mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 08:34:41 +04:00
Stop supporting python2.6 Resolves #263
This commit is contained in:
parent
ea05189c28
commit
1522a8e05b
3 changed files with 2 additions and 7 deletions
4
setup.py
4
setup.py
|
|
@ -18,7 +18,6 @@ setup(
|
|||
classifiers=[
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
|
|
@ -46,9 +45,6 @@ setup(
|
|||
'pyyaml',
|
||||
'virtualenv',
|
||||
],
|
||||
extras_require={
|
||||
':python_version=="2.6"': ['argparse', 'ordereddict'],
|
||||
},
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'pre-commit = pre_commit.main:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue