mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 12:54:17 +00:00
Add Pyhton 2.7 'enum34' dependency declaration
This commit is contained in:
parent
eb0c3ba0da
commit
f795097861
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -31,6 +31,7 @@ setup(
|
||||||
'simplejson',
|
'simplejson',
|
||||||
'six',
|
'six',
|
||||||
],
|
],
|
||||||
|
extras_require={':python_version=="2.7"': ['enum34']},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
|
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue