blob: 64c9540e85c2de7db1bc84228486c40d85be2a2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- graphite-web-0.9.15/setup.py.orig 2015-11-27 19:37:16.000000000 +0100
+++ graphite-web-0.9.15/setup.py 2015-12-04 02:50:48.311066851 +0100
@@ -85,9 +85,8 @@
'graphite.thirdparty.pytz',
],
package_data={'graphite' :
- ['templates/*', 'local_settings.py.example']},
- scripts=glob('bin/*'),
- data_files=webapp_content.items() + storage_dirs + conf_files + examples,
+ ['templates/*']},
+ data_files=webapp_content.items() + conf_files,
**setup_kwargs
)
finally:
|