Add the archive resources.

This commit is contained in:
Anthony Sottile 2014-06-23 13:06:14 -07:00
parent a7133d6742
commit c7b605fee2
4 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

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