]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: don't install allmydata.Crypto.PublicKey either
authorBrian Warner <warner@lothar.com>
Thu, 16 Aug 2007 07:54:52 +0000 (00:54 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 16 Aug 2007 07:54:52 +0000 (00:54 -0700)
setup.py

index e9c27abe32de8fc12fa5ccf486c1395b8319f297..ebc1d34d35ce13baf78dda3bef8707ea04bd2bca 100644 (file)
--- 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'] },