From b1e3ccd2594cf96338d68ea0e538aa82c5100475 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 13 Dec 2016 22:05:24 -0800 Subject: [PATCH] api: Update author to Zulip open source project. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea73948..afbded3 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ package_info = dict( name='zulip', version=version(), description='Bindings for the Zulip message API', - author='Zulip, Inc.', + author='Zulip Open Source Project', author_email='zulip-devel@googlegroups.com', classifiers=[ 'Development Status :: 3 - Alpha',