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:
266127a
)
setup.py: oops, add sub-packages, needed since I went back to distutils
author
Brian Warner
<warner@lothar.com>
Wed, 6 Dec 2006 02:06:22 +0000
(19:06 -0700)
committer
Brian Warner
<warner@lothar.com>
Wed, 6 Dec 2006 02:06:22 +0000
(19:06 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ace7750ef79442cb79190da6ceef1069cfac5066..c6e55d274d467a183f26bb611c27691c4043245b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-7,7
+7,7
@@
setup(
name="AllMyData",
version="0.0.1",
#packages=find_packages('.'),
- packages=["allmydata"],
+ packages=["allmydata"
, "allmydata/test", "allmydata/util"
],
package_data={ 'allmydata': ['web/*.xhtml'] },
description="AllMyData (tahoe2)",
)