diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,11 +19,11 @@ setup( long_description_content_type='text/markdown', url='https://gitlab.com/gerbolyze/gerbonara', project_urls={ - # 'Documentation': 'https://packaging.python.org/tutorials/distributing-packages/', + 'Documentation': 'https://gerbolyze.gitlab.io/gerbonara/', # 'Funding': 'https://donate.pypi.org', # 'Say Thanks!': 'http://saythanks.io/to/example', - 'Source': 'https://gitlab.com/gerbonara/gerbonara', - 'Tracker': 'https://gitlab.com/gerbonara/gerbonara/issues', + 'Source': 'https://gitlab.com/gerbolyze/gerbonara', + 'Tracker': 'https://gitlab.com/gerbolyze/gerbonara/issues', }, packages=find_packages(exclude=['tests']), install_requires=['click'], |