Mercurial > hg > TextShaper
diff setup.py @ 53:3691ffa84a3a
add to setup
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 17 May 2015 08:53:11 -0700 |
| parents | 8addd6e12b29 |
| children | 4576ccc3be76 |
line wrap: on
line diff
--- a/setup.py Sun May 17 08:48:56 2015 -0700 +++ b/setup.py Sun May 17 08:53:11 2015 -0700 @@ -17,6 +17,7 @@ indent = textshaper.indent:main onelineit = textshaper.onelineit:main quote = textshaper.quote:main + sentences = textshaper.split:main textshaper = textshaper.main:main url2txt = textshaper.url2txt:main """
