Mercurial > hg > TextShaper
changeset 53:3691ffa84a3a
add to setup
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 17 May 2015 08:53:11 -0700 |
parents | 8d8c1ac0e8e1 |
children | 1d755747e67a |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 """