Add doc link to PyPI

This commit is contained in:
jaseg 2022-02-07 00:00:08 +01:00
parent 39e2eda95d
commit 48a890e7f4

View file

@ -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'],