diff --git a/README.md b/README.md index 86216c31..c5dd354c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index c75e3fd4..afb1d1da 100644 --- a/setup.py +++ b/setup.py @@ -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',