Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4595dc + d2097ad commit ec42a89Copy full SHA for ec42a89
1 file changed
setup.py
@@ -29,11 +29,7 @@
29
packages=find_packages(exclude=('tests*', 'testing*')),
30
package_data={
31
'pre_commit': [
32
- 'resources/hook-tmpl',
33
- 'resources/pre-push-tmpl',
34
- 'resources/rbenv.tar.gz',
35
- 'resources/ruby-build.tar.gz',
36
- 'resources/ruby-download.tar.gz',
+ 'resources/*',
37
'resources/empty_template/*',
38
'resources/empty_template/.npmignore',
39
],
0 commit comments