mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Add the archive resources.
This commit is contained in:
parent
a7133d6742
commit
c7b605fee2
4 changed files with 4 additions and 1 deletions
BIN
pre_commit/resources/rbenv.tar.gz
Normal file
BIN
pre_commit/resources/rbenv.tar.gz
Normal file
Binary file not shown.
BIN
pre_commit/resources/ruby-build.tar.gz
Normal file
BIN
pre_commit/resources/ruby-build.tar.gz
Normal file
Binary file not shown.
BIN
pre_commit/resources/ruby-download.tar.gz
Normal file
BIN
pre_commit/resources/ruby-download.tar.gz
Normal file
Binary file not shown.
5
setup.py
5
setup.py
|
|
@ -27,7 +27,10 @@ setup(
|
||||||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||||
package_data={
|
package_data={
|
||||||
'pre_commit': [
|
'pre_commit': [
|
||||||
'resources/pre-commit-hook'
|
'resources/pre-commit-hook',
|
||||||
|
'resources/rbenv.tar.gz',
|
||||||
|
'resources/ruby-build.tar.gz',
|
||||||
|
'resources/ruby-download.tar.gz',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue