mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-02 09:03:00 +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.scripts",
|
||||||
"allmydata.Crypto", "allmydata.Crypto.Cipher",
|
"allmydata.Crypto", "allmydata.Crypto.Cipher",
|
||||||
"allmydata.Crypto.Hash", "allmydata.Crypto.Util",
|
"allmydata.Crypto.Hash", "allmydata.Crypto.Util",
|
||||||
"allmydata.Crypto.PublicKey"],
|
#"allmydata.Crypto.PublicKey",
|
||||||
|
],
|
||||||
package_dir={ "allmydata": "src/allmydata",},
|
package_dir={ "allmydata": "src/allmydata",},
|
||||||
scripts = ["bin/allmydata-tahoe"],
|
scripts = ["bin/allmydata-tahoe"],
|
||||||
package_data={ 'allmydata': ['web/*.xhtml', 'web/*.html', 'web/*.css'] },
|
package_data={ 'allmydata': ['web/*.xhtml', 'web/*.html', 'web/*.css'] },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user