From: Brian Warner <warner@lothar.com>
Date: Thu, 16 Aug 2007 07:54:52 +0000 (-0700)
Subject: setup.py: don't install allmydata.Crypto.PublicKey either
X-Git-Tag: allmydata-tahoe-0.5.0~2
X-Git-Url: https://git.rkrishnan.org/pf/vdrive/somewhere?a=commitdiff_plain;h=ec1fa9cd5de50b5e411391abbe76b80fdebb074f;p=tahoe-lafs%2Ftahoe-lafs.git

setup.py: don't install allmydata.Crypto.PublicKey either
---

diff --git a/setup.py b/setup.py
index e9c27abe..ebc1d34d 100644
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,8 @@ setup(name='allmydata-tahoe',
                 "allmydata.scripts",
                 "allmydata.Crypto", "allmydata.Crypto.Cipher",
                 "allmydata.Crypto.Hash", "allmydata.Crypto.Util",
-                "allmydata.Crypto.PublicKey"],
+                #"allmydata.Crypto.PublicKey",
+                ],
       package_dir={ "allmydata": "src/allmydata",},
       scripts = ["bin/allmydata-tahoe"],
       package_data={ 'allmydata': ['web/*.xhtml', 'web/*.html', 'web/*.css'] },