dirtywords

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

commit
c729eaca3f2a94cd885193a9398c34399b3a9d18
parent
d3225cb9daa1013515555ed2f78e62813a4900e5
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-10-07 19:39
typo

Diffstat

M README.rst 2 +-
M setup.py 2 +-

2 files changed, 2 insertions, 2 deletions


diff --git a/README.rst b/README.rst

@@ -1,4 +1,4 @@
    1    -1 dirtywords - protable text interface framework
   -1     1 dirtywords - portable text interface framework
    2     2 
    3     3 So I wanted to create a text interface and ended up creating a framework.  "Why
    4     4 didn't you just stick with curses?" I hear you ask.  For two good reasons:

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

@@ -4,7 +4,7 @@ from setuptools import setup
    4     4 setup(
    5     5     name='dirtywords',
    6     6     version='0.0.0',
    7    -1     description="protable text interface framework",
   -1     7     description="portable text interface framework",
    8     8     long_description=open('README.rst').read(),
    9     9     url='https://github.com/xi/dirtywords',
   10    10     author='Tobias Bengfort',