setup.py: Add Source & Documentation project_urls.
The only existing url points to zulip.org -> zulipchat.com
This commit is contained in:
parent
f2c8295fcb
commit
540d453237
3 changed files with 12 additions and 0 deletions
|
@ -47,6 +47,10 @@ package_info = dict(
|
|||
],
|
||||
python_requires='>=3.5',
|
||||
url='https://www.zulip.org/',
|
||||
project_urls={
|
||||
"Source": "https://github.com/zulip/python-zulip-api/",
|
||||
"Documentation": "https://zulipchat.com/api",
|
||||
},
|
||||
data_files=list(recur_expand('share/zulip', 'integrations')),
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue