From: Brian Warner <warner@lothar.com>
Date: Mon, 9 Jan 2012 23:51:41 +0000 (-0800)
Subject: oops, twisted/web/static didn't exist in 1.9.0
X-Git-Tag: allmydata-tahoe-1.9.1~6
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/css/banana.xhtml?a=commitdiff_plain;h=0a81c05e44d4ee56ed501b101f83136f32094def;p=tahoe-lafs%2Ftahoe-lafs.git

oops, twisted/web/static didn't exist in 1.9.0
---

diff --git a/setup.py b/setup.py
index 534b7bf7..1f591702 100644
--- a/setup.py
+++ b/setup.py
@@ -453,15 +453,13 @@ setup(name=APPNAME,
                 'allmydata.test',
                 'allmydata.util',
                 'allmydata.web',
-                'allmydata.web.static',
                 'allmydata.windows',
                 'buildtest'],
       classifiers=trove_classifiers,
       test_suite="allmydata.test",
       install_requires=install_requires,
       tests_require=tests_require,
-      package_data={"allmydata.web": ["*.xhtml"],
-                    "allmydata.web.static": ["*.js", "*.png", "*.css"],
+      package_data={"allmydata.web": ["*.xhtml", "*.js", "*.png", "*.css"],
                     },
       setup_requires=setup_requires,
       entry_points = { 'console_scripts': [ 'tahoe = allmydata.scripts.runner:run' ] },