From 5dcc682e4670436670759d734759a7567e8df96a Mon Sep 17 00:00:00 2001 From: cgalvan Date: Fri, 16 Jan 2009 17:03:26 -0700 Subject: [PATCH] adding multi-version support --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f71c5da..6bb651c5 100644 --- a/setup.py +++ b/setup.py @@ -292,7 +292,8 @@ class BuildTahoe(Command): f.write(line) f.close() - command = [sys.executable, "setup.py", "develop", "--prefix=support"] + command = [sys.executable, "setup.py", "develop", "--multi-version", + "--prefix=support"] print "Command:", " ".join(command) rc = subprocess.call(command) if rc < 0: -- 2.45.2