Revision 022df98d snf-okeanos-site/setup.py

b/snf-okeanos-site/setup.py
27 27
]
28 28

  
29 29
PACKAGE_DATA = {
30
    '': ['templates/*.html', 'fixtures/*.json',
31
         'templates/*.xml', 'templates/partials/*.html',
32
         'templates/*.txt', 'templates/userdata/*.html'],
30
    'okeanos_site': [
31
        'templates/okeanos/*.html',
32
        'static/okeanos_static/css/*.css',
33
        'static/okeanos_static/js/*.js',
34
        'static/okeanos_static/images/*.png',
35
        'static/okeanos_static/video/*.txt',
36
        'static/okeanos_static/video/*.js',
37
        'static/okeanos_static/video/*.css',
38
        'static/okeanos_static/video/skins/*.css',
39
    ]
33 40
}
34 41

  
35 42
setup(

Also available in: Unified diff