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
|
@ -47,6 +47,10 @@ package_info = dict(
|
||||||
],
|
],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
url='https://www.zulip.org/',
|
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')),
|
data_files=list(recur_expand('share/zulip', 'integrations')),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
|
@ -45,6 +45,10 @@ package_info = dict(
|
||||||
],
|
],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
url='https://www.zulip.org/',
|
url='https://www.zulip.org/',
|
||||||
|
project_urls={
|
||||||
|
"Source": "https://github.com/zulip/python-zulip-api/",
|
||||||
|
"Documentation": "https://zulipchat.com/api",
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'zulip-run-bot=zulip_bots.run:main',
|
'zulip-run-bot=zulip_bots.run:main',
|
||||||
|
|
|
@ -31,6 +31,10 @@ package_info = dict(
|
||||||
],
|
],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
url='https://www.zulip.org/',
|
url='https://www.zulip.org/',
|
||||||
|
project_urls={
|
||||||
|
"Source": "https://github.com/zulip/python-zulip-api/",
|
||||||
|
"Documentation": "https://zulipchat.com/api",
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'zulip-botserver=zulip_botserver.server:main',
|
'zulip-botserver=zulip_botserver.server:main',
|
||||||
|
|
Loading…
Reference in a new issue