Update README to reference other project. Fix setup.py

This commit is contained in:
Anthony Sottile
2014-03-13 08:42:12 -07:00
parent 7bb7f4a483
commit ad4604818d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,3 +3,4 @@ pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
Some out-of-the-box hooks: https://github.com/asottile/pre-commit-hooks

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='pre_commit',
version='0.3.4',
version='0.0.0',
packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
'argparse',