From 5f61bad92d8766e790f817dd84993c2424392f77 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 15 Nov 2010 01:00:48 -0800 Subject: [PATCH] setup: remove --multi-version It causes copious scary-looking warning messages and I'm no longer sure if it was actually needed to accomplish our goals ref #530. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a9ccb4be..41e20daf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps # (See http://tahoe-lafs.org/trac/tahoe-lafs/ticket/142 .) [aliases] -build = darcsver --count-all-patches develop --multi-version --prefix=support make_executable build +build = darcsver --count-all-patches develop --prefix=support make_executable build test = darcsver --count-all-patches develop --prefix=support make_executable build trial sdist = darcsver --count-all-patches sdist install = darcsver --count-all-patches install -- 2.45.2