Skip to content

Commit 414a93d

Browse files
committed
Reference markdown content type for pypi.
1 parent ef82a91 commit 414a93d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def read(fname):
1717
packages=find_packages(),
1818
install_requires=['requests', 'ez_setup', 'python-dateutil', 'future'],
1919
long_description=read('README.md'),
20+
long_description_content_type="text/markdown",
2021
classifiers=[],
2122
entry_points={
2223
'console_scripts': [

0 commit comments

Comments
 (0)