# HG changeset patch # User cmlenz # Date 1124980611 0 # Node ID dd745d6b8c838da1631704dda84407d18d1adbc7 # Parent 71a2c7f5506fbad0687b5c5b61d7d73c808306cd Don't use ez_setup; it's causing [http://mail.python.org/pipermail/distutils-sig/2005-August/004987.html problems] with setuptools 0.6a1. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -19,8 +19,6 @@ # # Author: Christopher Lenz -import ez_setup -ez_setup.use_setuptools() from setuptools import setup, find_packages from bitten import __version__ as VERSION