Removing setuptools from setup requirements

This commit is contained in:
Diogo Baeder 2013-02-24 21:18:39 -03:00
parent 1ff4b2f508
commit f8995a9b32

View file

@ -31,7 +31,6 @@ setup(
url="http://bitbucket.org/tarek/flake8",
packages=["flake8", "flake8.tests"],
install_requires=[
"setuptools",
"pyflakes >= 0.6.1",
"pep8 >= 1.4.3",
"mccabe >= 0.2",