mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-08 04:25:22 +00:00
fix(setup.py): wrong license classifier
This commit is contained in:
parent
0e22c93a99
commit
136d47fd37
2
setup.py
2
setup.py
@ -43,7 +43,7 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 2 - Pre-Alpha',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: Apache License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user