mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Update README to reference other project. Fix setup.py
This commit is contained in:
parent
7bb7f4a483
commit
ad4604818d
2 changed files with 2 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue