We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b48820 commit 20e58beCopy full SHA for 20e58be
setup.py
@@ -23,7 +23,7 @@
23
classifiers=[
24
'Development Status :: 2 - Pre-Alpha',
25
'Intended Audience :: Developers',
26
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: Apache Software License',
27
'Natural Language :: English',
28
'Programming Language :: Python :: 3',
29
'Programming Language :: Python :: 3.5',
@@ -32,7 +32,7 @@
32
],
33
description="A Server-Sent Event python client base on aiohttp",
34
install_requires=requirements,
35
- license="MIT license",
+ license="Apache License 2.0",
36
long_description=readme + '\n\n' + history,
37
include_package_data=True,
38
keywords='aiohttp_sse_client',
0 commit comments