commit 567a030d2cdbacf6be5b8e4632b2cb2e2ba8db83
Author: Isis Lovecruft <i...@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



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to