mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
api/setup.py: Upgrade to Beta and update homepage URL.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user