From 0a81c05e44d4ee56ed501b101f83136f32094def Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 9 Jan 2012 15:51:41 -0800 Subject: [PATCH] oops, twisted/web/static didn't exist in 1.9.0 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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' ] }, -- 2.37.2