add son-emu dashboard to the python setup file, so it is served from the Flask app...
[osm/vim-emu.git] / setup.py
index ce1c47f..186356c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,8 @@ setup(name='emuvim',
       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',