mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-05 01:00:52 +00:00
setup.py: oops, add sub-packages, needed since I went back to distutils
This commit is contained in:
parent
266127a4f0
commit
97bdebd56e
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(
|
|||||||
name="AllMyData",
|
name="AllMyData",
|
||||||
version="0.0.1",
|
version="0.0.1",
|
||||||
#packages=find_packages('.'),
|
#packages=find_packages('.'),
|
||||||
packages=["allmydata"],
|
packages=["allmydata", "allmydata/test", "allmydata/util"],
|
||||||
package_data={ 'allmydata': ['web/*.xhtml'] },
|
package_data={ 'allmydata': ['web/*.xhtml'] },
|
||||||
description="AllMyData (tahoe2)",
|
description="AllMyData (tahoe2)",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user