mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge remote-tracking branch 'origin/master'
Conflicts: setup.py
This commit is contained in:
commit
f5308b0a57
6 changed files with 80 additions and 9 deletions
5
setup.py
5
setup.py
|
|
@ -5,6 +5,11 @@ 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',
|
||||
'jsonschema',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue