Skip to content

Commit 0c9a53b

Browse files
committed
Correct resources declaration
1 parent 47e4f39 commit 0c9a53b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
],
2929
packages=find_packages(exclude=('tests*', 'testing*')),
3030
package_data={
31-
'pre_commit': [
32-
'resources/hook-tmpl',
33-
'resources/*.tar.gz',
34-
'resources/empty_template_*',
31+
'pre_commit.resources': [
32+
'*.tar.gz',
33+
'empty_template_*',
34+
'hook-tmpl',
3535
],
3636
},
3737
install_requires=[

0 commit comments

Comments
 (0)