From 25064cf5d64ac3fa99cf0f85931b479c7dd94e71 Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Wed, 31 May 2017 02:32:11 -0230 Subject: [PATCH] api/setup.py: Upgrade to Beta and update homepage URL. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a48254a..f982d7a 100755 --- a/setup.py +++ b/setup.py @@ -34,13 +34,13 @@ package_info = dict( author='Zulip Open Source Project', author_email='zulip-devel@googlegroups.com', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Topic :: Communications :: Chat', ], - url='https://www.zulip.org/dist/api/', + url='https://www.zulip.org/', packages=['zulip'], data_files=[('share/zulip/examples', ["examples/zuliprc",