projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9146924
)
setup.py: don't install allmydata.Crypto.PublicKey either
author
Brian Warner
<warner@lothar.com>
Thu, 16 Aug 2007 07:54:52 +0000
(
00:54
-0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 16 Aug 2007 07:54:52 +0000
(
00:54
-0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index e9c27abe32de8fc12fa5ccf486c1395b8319f297..ebc1d34d35ce13baf78dda3bef8707ea04bd2bca 100644
(file)
--- 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'] },