From d0534cd0669b0a95f4a28e7544501aed20c03bcf Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Wed, 25 Apr 2018 17:44:07 +0200 Subject: [PATCH] Minor update in project description --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4ce901..ae82db1 100755 --- a/setup.py +++ b/setup.py @@ -215,10 +215,11 @@ setup( url="http://moves.rwth-aachen.de", description="stormpy - Python Bindings for Storm", long_description=long_description, + long_description_content_type='text/text/markdown', project_urls={ 'Documentation': 'https://moves-rwth.github.io/stormpy/', 'Source': 'https://github.com/moves-rwth/stormpy/', - 'Tracker': 'https://github.com/moves-rwth/stormpy/issues', + 'Bug reports': 'https://github.com/moves-rwth/stormpy/issues', }, classifiers=[ 'Intended Audience :: Science/Research',