Skip to content

Commit d6a1f88

Browse files
committed
content_type set to text/markdown
1 parent 8fc6481 commit d6a1f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import find_packages, setup
66

7-
with open("README.md") as readme_file:
7+
with open("README.md", "r", encoding='utf-8') as readme_file:
88
readme = readme_file.read()
99

1010
requirements = [
@@ -32,6 +32,7 @@
3232
install_requires=requirements,
3333
license="MIT license",
3434
long_description=readme,
35+
long_description_content_type='text/markdown',
3536
include_package_data=True,
3637
keywords="django_psdb_engine",
3738
name="django_psdb_engine",

0 commit comments

Comments
 (0)