diff options
author | Erik Rose <erik@mozilla.com> | 2011-12-12 21:04:46 -0800 |
---|---|---|
committer | Erik Rose <erik@mozilla.com> | 2011-12-12 21:04:46 -0800 |
commit | 5d5748283e31a749a8d3d258fd750fed13948582 (patch) | |
tree | 44d4102cee91fbe481e8445b975fc7c9286b0015 /setup.py | |
parent | 14c34b9f7a0398fd33c7f1b8a0d13a8b47c8ebf0 (diff) | |
download | blessings-5d5748283e31a749a8d3d258fd750fed13948582.tar.gz |
Rejigger readme so code samples are at the top.1.3
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |