mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
Correct resources declaration
This commit is contained in:
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=[
|
||||
|
||||
Reference in New Issue
Block a user