Skip to content

Commit

Permalink
Add description context type in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed May 6, 2020
1 parent 003252b commit 1b9145e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1b9145e

Please sign in to comment.