mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +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',
|
||||
'six',
|
||||
],
|
||||
extras_require={':python_version=="2.7"': ['enum34']},
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue