Correct resources declaration

This commit is contained in:
Anthony Sottile
2018-10-23 10:50:35 -07:00
parent 47e4f39436
commit 0c9a53bf1b

View File

@@ -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=[