Skip to content

Commit 20e58be

Browse files
authored
Update license details (#13)
1 parent 2b48820 commit 20e58be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
classifiers=[
2424
'Development Status :: 2 - Pre-Alpha',
2525
'Intended Audience :: Developers',
26-
'License :: OSI Approved :: MIT License',
26+
'License :: OSI Approved :: Apache Software License',
2727
'Natural Language :: English',
2828
'Programming Language :: Python :: 3',
2929
'Programming Language :: Python :: 3.5',
@@ -32,7 +32,7 @@
3232
],
3333
description="A Server-Sent Event python client base on aiohttp",
3434
install_requires=requirements,
35-
license="MIT license",
35+
license="Apache License 2.0",
3636
long_description=readme + '\n\n' + history,
3737
include_package_data=True,
3838
keywords='aiohttp_sse_client',

0 commit comments

Comments
 (0)