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 90680b9 commit cd75999Copy full SHA for cd75999
1 file changed
setup.py
@@ -11,6 +11,8 @@
11
keywords=['benchmarking', 'visualization'],
12
install_requires=['django>=1.6,<1.10', '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',
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