mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
Include allmydata/web/static/css/*.css files in install.
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
parent
1c11a580fc
commit
ae754e9b15
2
setup.py
2
setup.py
@ -435,6 +435,7 @@ setup(name=APPNAME,
|
||||
'allmydata.util',
|
||||
'allmydata.web',
|
||||
'allmydata.web.static',
|
||||
'allmydata.web.static.css',
|
||||
'allmydata.windows',
|
||||
'buildtest'],
|
||||
classifiers=trove_classifiers,
|
||||
@ -443,6 +444,7 @@ setup(name=APPNAME,
|
||||
tests_require=tests_require,
|
||||
package_data={"allmydata.web": ["*.xhtml"],
|
||||
"allmydata.web.static": ["*.js", "*.png", "*.css"],
|
||||
"allmydata.web.static.css": ["*.css"],
|
||||
},
|
||||
setup_requires=setup_requires,
|
||||
entry_points = { 'console_scripts': [ 'tahoe = allmydata.scripts.runner:run' ] },
|
||||
|
Loading…
x
Reference in New Issue
Block a user