From ecaec5a8d00698c162ded15fa554d1a12cb3d4cc Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Wed, 22 Apr 2015 20:05:09 +0200 Subject: [PATCH] docs(setup.py): Add Keywords, License --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 00b8c0a..2a5b1e3 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read().replace('.. :changelog:', '') requirements = [ - 'docopt', 'yarg' + ] test_requirements = [ @@ -39,11 +39,11 @@ setup( install_requires=requirements, license="Apache License 2.0", zip_safe=False, - keywords='pipreqs', + keywords='pip requirements imports', classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache License 2.0', + 'License :: OSI Approved :: Apache License', 'Natural Language :: English', "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.6',