summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-12-12 21:04:46 -0800
committerErik Rose <erik@mozilla.com>2011-12-12 21:04:46 -0800
commit5d5748283e31a749a8d3d258fd750fed13948582 (patch)
tree44d4102cee91fbe481e8445b975fc7c9286b0015 /setup.py
parent14c34b9f7a0398fd33c7f1b8a0d13a8b47c8ebf0 (diff)
downloadblessings-5d5748283e31a749a8d3d258fd750fed13948582.tar.gz
Rejigger readme so code samples are at the top.1.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 70404dc..6af5545 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,6 @@ setup(
'Topic :: Software Development :: User Interfaces',
'Topic :: Terminals'
],
- keywords=['terminal', 'tty', 'curses', 'ncurses', 'formatting', 'color', 'console'],
+ keywords=['terminal', 'tty', 'curses', 'ncurses', 'formatting', 'style', 'color', 'console'],
**extra_setup
)