pypi: Specify the correct license classifier for all packages.

This commit is contained in:
Eeshan Garg 2020-04-16 21:53:52 -02:30 committed by Tim Abbott
parent 04e43b95bc
commit c55bf78c6b
3 changed files with 3 additions and 3 deletions

View file

@ -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',

2
zulip_bots/setup.py Normal file → Executable file
View file

@ -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',

2
zulip_botserver/setup.py Normal file → Executable file
View file

@ -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',