coverage upped to ~93%

This commit is contained in:
Shay Palachy
2017-04-26 11:31:34 +03:00
parent d10d720b3d
commit 88542cf8fb
14 changed files with 1813 additions and 323 deletions
+4
View File
@@ -33,6 +33,10 @@ setup(
author_email='shay.palachy@gmail.com',
url='https://github.com/shaypal5/cachier',
packages=['cachier'],
entry_points='''
[console_scripts]
cachier=cachier.scripts.cli:cli
''',
install_requires=[
'watchdog'
],