summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
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,
w=1'>Take into account use in testsJason A. Donenfeld1-1/+1 2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3