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 976d889 commit ee10385Copy full SHA for ee10385
setup.py
@@ -18,7 +18,7 @@
18
version='0.0.1',
19
description='An asyncio PosgtreSQL driver',
20
classifiers=[
21
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: Apache Software License',
22
'Intended Audience :: Developers',
23
'Programming Language :: Python :: 3 :: Only',
24
'Programming Language :: Python :: 3.5',
@@ -30,7 +30,7 @@
30
platforms=['POSIX'],
31
author='MagicStack Inc',
32
author_email='hello@magic.io',
33
- license='MIT',
+ license='Apache License, Version 2.0',
34
packages=['asyncpg'],
35
provides=['asyncpg'],
36
include_package_data=True,
0 commit comments