Skip to content

Commit 9d4a613

Browse files
authored
setuptools-markdown is deprecated
this is causing deploy issues for the speed.pypy.org instance.
1 parent 18cb6c4 commit 9d4a613

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
keywords=['benchmarking', 'visualization'],
1212
install_requires=['django>=1.11<2.2', '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',
14+
long_description='README.md',
15+
long_description_content_type="text/markdown",
1616
description='A web application to monitor and analyze the performance of your code',
1717
include_package_data=True,
1818
zip_safe=False,

0 commit comments

Comments
 (0)