mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Merge pull request #624 from pre-commit/include_all_resources
Include all resources
This commit is contained in:
commit
ec42a890f3
1 changed files with 1 additions and 5 deletions
6
setup.py
6
setup.py
|
|
@ -29,11 +29,7 @@ setup(
|
|||
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||
package_data={
|
||||
'pre_commit': [
|
||||
'resources/hook-tmpl',
|
||||
'resources/pre-push-tmpl',
|
||||
'resources/rbenv.tar.gz',
|
||||
'resources/ruby-build.tar.gz',
|
||||
'resources/ruby-download.tar.gz',
|
||||
'resources/*',
|
||||
'resources/empty_template/*',
|
||||
'resources/empty_template/.npmignore',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue