mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 12:05:33 +00:00
docs(setup.py): Add Keywords, License
This commit is contained in:
parent
4ea48f9c7c
commit
ecaec5a8d0
6
setup.py
6
setup.py
@ -15,7 +15,7 @@ with open('HISTORY.rst') as history_file:
|
|||||||
history = history_file.read().replace('.. :changelog:', '')
|
history = history_file.read().replace('.. :changelog:', '')
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
'docopt', 'yarg'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
test_requirements = [
|
test_requirements = [
|
||||||
@ -39,11 +39,11 @@ setup(
|
|||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords='pipreqs',
|
keywords='pip requirements imports',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 2 - Pre-Alpha',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: Apache License 2.0',
|
'License :: OSI Approved :: Apache 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