From 91a28da3aa2e98c94de3115dc21a0828a7f1495c Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 2 Feb 2009 22:23:52 -0700 Subject: [PATCH] setup: stop trying to add specific dirs to site-dirs to work-around setuptools #17 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 56da8484..6ed046e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,3 @@ sdist = darcsver --count-all-patches sdist install = darcsver --count-all-patches install bdist_egg = darcsver --count-all-patches bdist_egg trial = darcsver --count-all-patches trial - -# site-dirs is necessary on Debian and on some (?) Mac OS X because of http://bugs.python.org/setuptools/issue17 -[easy_install] -site-dirs=/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python,/var/lib/python-support/python2.5 -- 2.37.2