Added pre-commit.py script

This commit is contained in:
Anthony Sottile 2014-03-13 09:07:55 -07:00
parent 6e63d3a4a2
commit 2aa8821b70
4 changed files with 54 additions and 0 deletions

View file

@ -9,4 +9,7 @@ setup(
'argparse',
'simplejson',
],
scripts=[
'scripts/pre-commit.py',
],
)