summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-14 23:40:51 -0800
committerErik Rose <erik@mozilla.com>2011-11-14 23:40:51 -0800
commit4f3751831a9f71518ff4a7a0d3b627b76be67873 (patch)
tree2eb8b60def6cb830a303e5430fffd5724b3b4ea5 /setup.py
parent2b125bd4042bf9030f6c7dfaddef3f1e005fa7fd (diff)
downloadblessings-4f3751831a9f71518ff4a7a0d3b627b76be67873.tar.gz
Add sugar for the rest of the simple attribute-setting capabilities. Closes #1. Also...
* Say "normal" more consistently in the readme, rather than mixing "plain" in there. * Add a library shopping list.
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 a313f18..a36feee 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,6 @@ setup(
'Topic :: Software Development :: User Interfaces',
'Topic :: Terminals'
],
- keywords=['terminal', 'tty', 'curses', 'formatting', 'color'],
+ keywords=['terminal', 'tty', 'curses', 'formatting', 'color', 'console'],
**extra_setup
)