mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-02 00:53:01 +00:00
setup.py: don't install allmydata.Crypto.PublicKey either
This commit is contained in:
parent
9146924271
commit
ec1fa9cd5d
3
setup.py
3
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'] },
|
||||
|
Loading…
x
Reference in New Issue
Block a user