setup.py | 1 +
1 file changed, 1 insertion(+)
Description: Don't use setuptools.
Author: Jakub Wilk <jwilk@debian.org>
Forwarded: not-needed
Last-Update: 2012-01-26
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@
"""
try:
+ raise ImportError
from setuptools import setup
except ImportError:
from distutils.core import setup