|
@@ -36,8 +36,8 @@ data_files_spec = [
|
|
|
|
|
|
package_data_spec = dict()
|
|
|
package_data_spec[NAME] = [
|
|
|
- 'staging/*', 'static/**', 'tests/mock_packages/**', 'themes/**',
|
|
|
- 'schemas/**'
|
|
|
+ 'staging/*', 'staging/templates/*', 'static/**', 'tests/mock_packages/**',
|
|
|
+ 'themes/**', 'schemas/**'
|
|
|
]
|
|
|
|
|
|
staging = pjoin(HERE, NAME, 'staging')
|