mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Correct resources declaration
This commit is contained in:
parent
47e4f39436
commit
0c9a53bf1b
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
|
@ -28,10 +28,10 @@ setup(
|
||||||
],
|
],
|
||||||
packages=find_packages(exclude=('tests*', 'testing*')),
|
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||||
package_data={
|
package_data={
|
||||||
'pre_commit': [
|
'pre_commit.resources': [
|
||||||
'resources/hook-tmpl',
|
'*.tar.gz',
|
||||||
'resources/*.tar.gz',
|
'empty_template_*',
|
||||||
'resources/empty_template_*',
|
'hook-tmpl',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue