From ad4604818d20e71288ce7527a5aa556bd7d078d7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 13 Mar 2014 08:42:12 -0700 Subject: [PATCH] Update README to reference other project. Fix setup.py --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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',