From 1b9145ef0ddcc7a3304627bbdea71ff60a55996c Mon Sep 17 00:00:00 2001 From: Harald Nezbeda Date: Wed, 6 May 2020 15:21:27 +0200 Subject: [PATCH] Add description context type in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,