Revision cdfc1af1 setup.py

b/setup.py
38 38
]
39 39

  
40 40
PACKAGE_DATA = {
41
    '': ['migrations/*.py'],
41
    '': ['migrations/*.py', 'fixtures/*.json', 'fixtures/*.xml'],
42 42
    'synnefo': ['settings.d/*.conf'],
43 43
}
44 44

  

Also available in: Unified diff