mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
git mv pre_commit/resources/pre-commit.sh pre_commit/resources/pre-commit-hook
This commit is contained in:
parent
39470c98ca
commit
a744a6484e
4 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
package_data={
|
||||
'pre_commit': [
|
||||
'resources/pre-commit.sh'
|
||||
'resources/pre-commit-hook'
|
||||
]
|
||||
},
|
||||
install_requires=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue