| commit | 5b876700bdef500e17c212f5b0bcea5383e44528 | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Sat Apr 08 13:41:15 2017 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Sat Apr 08 13:41:15 2017 +0200 |
| tree | 8c0ca5035fe9cdd351f5b3f34b94a2361a6addcc | |
| parent | 23be11bc2e8fcb8e177694c61d95e65682a84238 [diff] [blame] |
add son-emu dashboard to the python setup file, so it is served from the Flask app, at the dummygatekeeper's ip:port
diff --git a/setup.py b/setup.py index ce1c47f..186356c 100755 --- a/setup.py +++ b/setup.py
@@ -38,7 +38,8 @@ packages=find_packages('src'), include_package_data=True, package_data= { - 'emuvim.api.sonata': ['*.yml'] + 'emuvim.api.sonata': ['*.yml'], + 'emuvim.dashboard' : ['*.html', 'css/*.css','img/*','js/*.js'] }, install_requires=[ 'pyaml',