fixed is_path helper, added pretty printing option and turned it off by default, for piping

This commit is contained in:
2019-02-20 13:04:26 -05:00
parent 667d2ccd05
commit 6333f55c87
4 changed files with 13 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ with open('README_PYPI.md') as file:
setup(
name="tpro",
version="0.06",
version="0.08",
url='https://github.com/zevaverbach/tpro',
install_requires=[
'Click',