Skip to content

Commit 902b0d5

Browse files
authored
Specify markdown description type for PyPI
1 parent 1da2362 commit 902b0d5

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
@@ -12,9 +12,10 @@
1212
author_email='[email protected]',
1313
description='Time everything in IPython',
1414
long_description=long_description,
15+
long_description_content_type="text/markdown",
1516
license='Apache',
1617
url='https://github.com/cpcloud/ipython-autotime',
17-
use_scm_version={'write_to': 'autotime/_version.py',},
18+
use_scm_version={'write_to': 'autotime/_version.py'},
1819
setup_requires=['setuptools_scm'],
1920
install_requires=['ipython', 'monotonic ; python_version < "3.3"'],
2021
classifiers=[

0 commit comments

Comments
 (0)