mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
Add six back to setup.py
This commit is contained in:
parent
5b6ddaf9f7
commit
3e1b954a6e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -28,6 +28,7 @@ setup(
|
||||||
'flake8!=2.5.3',
|
'flake8!=2.5.3',
|
||||||
'autopep8>=1.3',
|
'autopep8>=1.3',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
'six',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue