[tor-commits] [bridgedb/master] Remove --install-prefix settings from setup.cfg.

asn at torproject.org asn at torproject.org
Tue Jul 23 22:16:45 UTC 2013


commit 567a030d2cdbacf6be5b8e4632b2cb2e2ba8db83
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Jul 5 01:44:41 2013 +0000

    Remove --install-prefix settings from setup.cfg.
    
     * The default instructions in the README now say to use a virtualenv, and
       these are not compatible with that.
---
 setup.cfg |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 3d7c6df..827dab2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,12 @@
-[install]
-prefix=$HOME
-install-data=$HOME
+
+## The following can be uncommented to specify the prefix dir for
+## installation. They are left commented out because they are incompatible
+## with the default README instructions for installing BridgeDB in a
+## Python virtualenv.
+
+#[install]
+#prefix=$HOME
+#install-data=$HOME
 
 [compile_catalog]
 domain = bridgedb





More information about the tor-commits mailing list