We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da2362 commit 902b0d5Copy full SHA for 902b0d5
1 file changed
setup.py
@@ -12,9 +12,10 @@
12
author_email='cpcloud@gmail.com',
13
description='Time everything in IPython',
14
long_description=long_description,
15
+ long_description_content_type="text/markdown",
16
license='Apache',
17
url='https://github.com/cpcloud/ipython-autotime',
- use_scm_version={'write_to': 'autotime/_version.py',},
18
+ use_scm_version={'write_to': 'autotime/_version.py'},
19
setup_requires=['setuptools_scm'],
20
install_requires=['ipython', 'monotonic ; python_version < "3.3"'],
21
classifiers=[
0 commit comments