Add doc link to PyPI
This commit is contained in:
parent
39e2eda95d
commit
48a890e7f4
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue