mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
added install and uninstall hooks
This commit is contained in:
parent
9914255ffa
commit
7e74821a5d
7 changed files with 79 additions and 19 deletions
8
setup.py
8
setup.py
|
|
@ -5,12 +5,14 @@ setup(
|
|||
name='pre_commit',
|
||||
version='0.0.0',
|
||||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
package_data={
|
||||
'pre_commit': [
|
||||
'resources/pre-commit.sh'
|
||||
]
|
||||
},
|
||||
install_requires=[
|
||||
'argparse',
|
||||
'plumbum',
|
||||
'simplejson',
|
||||
],
|
||||
scripts=[
|
||||
'scripts/pre-commit.py',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue