dirtywords

portable text interface framework  https://pypi.python.org/pypi/dirtywords
git clone https://git.ce9e.org/dirtywords.git

commit
331bb30ca529d40e9eac6dae25b779272627efe5
parent
06eb7f3252ab2154bae4a19693088634970906f6
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-10-07 19:46
document extras requirements

Diffstat

M setup.py 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/setup.py b/setup.py

@@ -10,6 +10,10 @@ setup(
   10    10     author='Tobias Bengfort',
   11    11     author_email='tobias.bengfort@posteo.de',
   12    12     packages=['dirtywords'],
   -1    13     extras_require={
   -1    14         'curses_core': ['curses'],
   -1    15         'pygame_core': ['pygame'],
   -1    16     },
   13    17     license='GPLv2+',
   14    18     classifiers=[
   15    19         'Development Status :: 1 - Planning',