mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.1.2
This commit is contained in:
parent
ec42a890f3
commit
6b81fe9d58
2 changed files with 12 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='1.1.1',
|
||||
version='1.1.2',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
@ -29,7 +29,8 @@ setup(
|
|||
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||
package_data={
|
||||
'pre_commit': [
|
||||
'resources/*',
|
||||
'resources/*-tmpl',
|
||||
'resources/*.tar.gz',
|
||||
'resources/empty_template/*',
|
||||
'resources/empty_template/.npmignore',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue