From 2768b573863655a439e51ad2a5b94b0a7401b325 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 24 Nov 2014 12:21:16 +0100 Subject: Get rid of ez_setup.py. This made life easier for systems without a package manager (Windows, I'm looking at you!), but for anything else it tried to bootstrap setuptools even though it was already installed (in a slightly older version) which lead to conflicting files when packaging. --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 441a52d22..c8e93e976 100755 --- a/setup.py +++ b/setup.py @@ -26,8 +26,6 @@ import os.path from scripts import setupcommon as common -from scripts import ez_setup -ez_setup.use_setuptools() import setuptools -- cgit v1.2.3-54-g00ecf