diff --git a/zulip/setup.py b/zulip/setup.py index 7e161be4..b17070da 100755 --- a/zulip/setup.py +++ b/zulip/setup.py @@ -36,7 +36,7 @@ package_info = dict( 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Apache Software License', 'Topic :: Communications :: Chat', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', diff --git a/zulip_bots/setup.py b/zulip_bots/setup.py old mode 100644 new mode 100755 index f1e0c969..b52da3a9 --- a/zulip_bots/setup.py +++ b/zulip_bots/setup.py @@ -34,7 +34,7 @@ package_info = dict( 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Apache Software License', 'Topic :: Communications :: Chat', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', diff --git a/zulip_botserver/setup.py b/zulip_botserver/setup.py old mode 100644 new mode 100755 index 05c97845..1bf29ab2 --- a/zulip_botserver/setup.py +++ b/zulip_botserver/setup.py @@ -18,7 +18,7 @@ package_info = dict( 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Apache Software License', 'Topic :: Communications :: Chat', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5',