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

This commit is contained in:
Brian Warner 2007-08-16 00:54:52 -07:00
parent 9146924271
commit ec1fa9cd5d

View File

@ -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'] },