summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-02-07 22:18:45 +0000
committerianb <devnull@localhost>2006-02-07 22:18:45 +0000
commitcf88a224a4ae8a645b4ddc46a4cec2dc98e78be4 (patch)
tree8915ed4333005106e04964cad28e9c12b76faaa6 /setup.py
parenta2c86687e21a65de7d5c4bce2dbc504c55865dfc (diff)
downloadpaste-cf88a224a4ae8a645b4ddc46a4cec2dc98e78be4.tar.gz
Remove reference to ez_setup -- for now it just causes too many problems. Maybe it should be copied in literally instead of using svn:externals...?
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index daece09..a78a393 100644
--- a/setup.py
+++ b/setup.py
@@ -4,8 +4,6 @@ RELEASE = False
__version__ = '0.5'
-from ez_setup import use_setuptools
-use_setuptools()
from setuptools import setup, find_packages
import sys, os
sys.path.insert(0, os.path.join(os.path.dirname(__file__),