diff --git a/setup.py b/setup.py index 8507337..4b308cf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/python # (c) 2005-2009 Divmod, Inc. See LICENSE file for details -from distutils.core import setup +from setuptools import setup setup( name="pyflakes",