Skip to content

Commit cd75999

Browse files
committed
Use setuptools-markdown for pypi long description
1 parent 90680b9 commit cd75999

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
keywords=['benchmarking', 'visualization'],
1212
install_requires=['django>=1.6,<1.10', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
1313
packages=find_packages(exclude=['ez_setup', 'sample_project']),
14+
setup_requires=['setuptools-markdown'],
15+
long_description_markdown_filename='README.md',
1416
description='A web application to monitor and analyze the performance of your code',
1517
include_package_data=True,
1618
zip_safe=False,

0 commit comments

Comments
 (0)