From 97bdebd56e727cb6877ee26e68fb39f1235f9f02 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 5 Dec 2006 19:06:22 -0700 Subject: [PATCH] setup.py: oops, add sub-packages, needed since I went back to distutils --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ace7750e..c6e55d27 100644 --- 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)", ) -- 2.45.2