add all the other scripts to package_data
This commit is contained in:
parent
def1127c78
commit
e5dec3f020
2
setup.py
2
setup.py
|
@ -457,6 +457,8 @@ setup(
|
||||||
"ui/web/images/*.gif",
|
"ui/web/images/*.gif",
|
||||||
"ui/web/images/*.png",
|
"ui/web/images/*.png",
|
||||||
"ui/web/js/*.js",
|
"ui/web/js/*.js",
|
||||||
|
"ui/web/js/*/*.js",
|
||||||
|
"ui/web/js/*/*/*.js",
|
||||||
"ui/web/render/*.html",
|
"ui/web/render/*.html",
|
||||||
"ui/web/themes/css/*.css",
|
"ui/web/themes/css/*.css",
|
||||||
"ui/web/themes/*/*.gif",
|
"ui/web/themes/*/*.gif",
|
||||||
|
|
Loading…
Reference in New Issue