diff --git a/zulip/setup.py b/zulip/setup.py index 7e161be..b17070d 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 f1e0c96..b52da3a --- 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 05c9784..1bf29ab --- 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',