Skip to content

Commit ee10385

Browse files
committed
Fix license in setup.py
1 parent 976d889 commit ee10385

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
@@ -18,7 +18,7 @@
1818
version='0.0.1',
1919
description='An asyncio PosgtreSQL driver',
2020
classifiers=[
21-
'License :: OSI Approved :: MIT License',
21+
'License :: OSI Approved :: Apache Software License',
2222
'Intended Audience :: Developers',
2323
'Programming Language :: Python :: 3 :: Only',
2424
'Programming Language :: Python :: 3.5',
@@ -30,7 +30,7 @@
3030
platforms=['POSIX'],
3131
author='MagicStack Inc',
3232
author_email='hello@magic.io',
33-
license='MIT',
33+
license='Apache License, Version 2.0',
3434
packages=['asyncpg'],
3535
provides=['asyncpg'],
3636
include_package_data=True,

0 commit comments

Comments
 (0)