mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14: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*')),
|
||||
package_data={
|
||||
'pre_commit': [
|
||||
'resources/hook-tmpl',
|
||||
'resources/*.tar.gz',
|
||||
'resources/empty_template_*',
|
||||
'pre_commit.resources': [
|
||||
'*.tar.gz',
|
||||
'empty_template_*',
|
||||
'hook-tmpl',
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue