From ec1fa9cd5de50b5e411391abbe76b80fdebb074f Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 16 Aug 2007 00:54:52 -0700 Subject: [PATCH] setup.py: don't install allmydata.Crypto.PublicKey either --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'] }, -- 2.45.2