changeset 160:dd745d6b8c83

Don't use ez_setup; it's causing [http://mail.python.org/pipermail/distutils-sig/2005-August/004987.html problems] with setuptools 0.6a1.
author cmlenz
date Thu, 25 Aug 2005 14:36:51 +0000
parents 71a2c7f5506f
children 4677161d2ae9
files setup.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,6 @@
 #
 # Author: Christopher Lenz <cmlenz@gmx.de>
 
-import ez_setup
-ez_setup.use_setuptools()
 from setuptools import setup, find_packages
 
 from bitten import __version__ as VERSION
Copyright (C) 2012-2017 Edgewall Software