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*')), 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=[