summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-06 10:53:40 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-06 10:53:40 +0100
commitc65f735ba2a0b80ca2de3b46c67ce9e7155ce166 (patch)
tree6a5a685afa86d3a1ff34e94ae88fedb5d414c09e /setup.py
parent5b5173da54e4a9f98e4fb76055a37a9034a2b4cf (diff)
downloadbackoffice-c65f735ba2a0b80ca2de3b46c67ce9e7155ce166.tar.gz
backoffice-c65f735ba2a0b80ca2de3b46c67ce9e7155ce166.tar.bz2
backoffice-c65f735ba2a0b80ca2de3b46c67ce9e7155ce166.zip
include JavaScript in installed bundle
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cd82b8b..bd3c48a 100755
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,8 @@ setup(name='talerbackoffice',
test_suite="nose.collector",
package_data={
'':[
+ "backoffice/static/*.js",
+ "backoffice/static/*.css",
"backoffice/templates/*.html",
"backoffice/static/web-common/*.png",
"backoffice/static/web-common/*.css",