Skip to content

Commit

Permalink
Require latest pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Mar 22, 2014
1 parent 2f24b97 commit 06e0331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -30,10 +30,11 @@ def version():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Quality Assurance'],
keywords='clean,fix,automatic,unused,import',
py_modules=['autoflake'],
entry_points={
'console_scripts': ['autoflake = autoflake:main']},
install_requires=['pyflakes>=0.7.2'],
install_requires=['pyflakes>=0.8'],
test_suite='test_autoflake')

0 comments on commit 06e0331

Please sign in to comment.