mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Fix pre-commit when python-future is installed and a py3 virtualenv is being created
This commit is contained in:
parent
512a6a2c64
commit
895f08af6e
3 changed files with 4 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ setup(
|
|||
'ordereddict',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
'virtualenv',
|
||||
'virtualenv-hax',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue