fix(setup.py): wrong license classifier

This commit is contained in:
Vadim Kravcenko 2015-04-22 20:12:26 +02:00
parent 0e22c93a99
commit 136d47fd37

View File

@ -43,7 +43,7 @@ setup(
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',