Stop supporting python2.6 Resolves #263

This commit is contained in:
Anthony Sottile 2016-08-18 07:32:47 -07:00
parent ea05189c28
commit 1522a8e05b
3 changed files with 2 additions and 7 deletions

View file

@ -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',