diff --git a/setup.py b/setup.py index e9c27abe3..ebc1d34d3 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'] },