We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cb6c4 commit 9d4a613Copy full SHA for 9d4a613
1 file changed
setup.py
@@ -11,8 +11,8 @@
11
keywords=['benchmarking', 'visualization'],
12
install_requires=['django>=1.11<2.2', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
13
packages=find_packages(exclude=['ez_setup', 'sample_project']),
14
- setup_requires=['setuptools-markdown'],
15
- long_description_markdown_filename='README.md',
+ long_description='README.md',
+ long_description_content_type="text/markdown",
16
description='A web application to monitor and analyze the performance of your code',
17
include_package_data=True,
18
zip_safe=False,
0 commit comments