Add the first hook

This commit is contained in:
Anthony Sottile 2014-03-13 18:42:03 -07:00
parent cd74dc150c
commit 5e713f8878
3 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,7 @@ setup(
packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
'argparse',
'pyflakes',
'simplejson',
],
)