From f9b3f2c6324f6ac6d10d12a9b3af97cda75180a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 15 Aug 2009 00:04:11 +0200 Subject: Also allow --enable-eix --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e255fd9..00ffbf2 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,9 @@ else: cmdclass['build_ext'] = build_ext packages.append("portato.eix") + if "--enable--eix" in sys.argv: + sys.argv.remove("--enable-eix") + # do the distutils setup setup(name=APP, version = VERSION, -- cgit v1.2.3