diff options
author | Erik Rose <erik@mozilla.com> | 2011-11-07 09:37:59 -0800 |
---|---|---|
committer | Erik Rose <erik@mozilla.com> | 2011-11-07 09:41:53 -0800 |
commit | 08ac25ba28162ba68256dc6b6a47afa9af080c3c (patch) | |
tree | 4145bc363c5549a12b5af2cc3526f0b44a52b67e /setup.py | |
parent | 424efb8e0cf55bcd55bc0bf281d4c1a84fd233eb (diff) | |
download | blessings-08ac25ba28162ba68256dc6b6a47afa9af080c3c.tar.gz |
Add some keywords to improve PyPI search ranking.1.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ setup( tests_require=['Nose'], url='https://github.com/erikrose/blessings', include_package_data=True, - classifiers = [ + classifiers=[ 'Intended Audience :: Developers', 'Natural Language :: English', 'Environment :: Console', @@ -28,5 +28,6 @@ setup( 'Topic :: Software Development :: User Interfaces', 'Topic :: Terminals' ], + keywords=['terminal', 'tty', 'curses', 'formatting'], **extra_setup ) |