From 0b50ae98f1e54a9e24dfc6ebc38c2a891bfa931e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 15 Aug 2009 00:22:34 +0200 Subject: Also allow --enable-eix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 00ffbf2..01107f1 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ else: cmdclass['build_ext'] = build_ext packages.append("portato.eix") - if "--enable--eix" in sys.argv: + if "--enable-eix" in sys.argv: sys.argv.remove("--enable-eix") # do the distutils setup -- cgit v1.2.3