From: cgalvan <cgalvan@mail.utexas.edu>
Date: Sat, 17 Jan 2009 00:03:26 +0000 (-0700)
Subject: adding multi-version support
X-Git-Tag: allmydata-tahoe-1.3.0~184
X-Git-Url: https://git.rkrishnan.org/simplejson/-?a=commitdiff_plain;h=5dcc682e4670436670759d734759a7567e8df96a;p=tahoe-lafs%2Ftahoe-lafs.git

adding multi-version support
---

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: