api/setup.py: Upgrade to Beta and update homepage URL.
This commit is contained in:
parent
f33baacd02
commit
25064cf5d6
4
setup.py
4
setup.py
|
@ -34,13 +34,13 @@ package_info = dict(
|
||||||
author='Zulip Open Source Project',
|
author='Zulip Open Source Project',
|
||||||
author_email='zulip-devel@googlegroups.com',
|
author_email='zulip-devel@googlegroups.com',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Topic :: Communications :: Chat',
|
'Topic :: Communications :: Chat',
|
||||||
],
|
],
|
||||||
url='https://www.zulip.org/dist/api/',
|
url='https://www.zulip.org/',
|
||||||
packages=['zulip'],
|
packages=['zulip'],
|
||||||
data_files=[('share/zulip/examples',
|
data_files=[('share/zulip/examples',
|
||||||
["examples/zuliprc",
|
["examples/zuliprc",
|
||||||
|
|
Loading…
Reference in a new issue