diff --git a/setup.py b/setup.py index fd84721..cfe6374 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ NAME = 'django-anexia-monitoring' PACKAGE_PATH = 'anexia_monitoring' DESCRIPTION = 'A Django app used to monitor updates for Django and all installed python packages in the running environment. It can be also used to check if the website is alive and working correctly.' -URL = 'https://github.com/anx-hnezbeda/anexia-monitoring-django' +URL = 'https://github.com/anexia-it/anexia-monitoring-django' AUTHOR = 'Anexia' LICENSE = 'MIT' REQUIRED = [ @@ -89,6 +89,7 @@ def run(self): license=LICENSE, description=DESCRIPTION, long_description=long_description, + long_description_content_type='text/markdown', url=URL, author=AUTHOR, classifiers=CLASSIFIERS,