blob: f300210bb80098c549e79594e7fc20b3b61d1b81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- graphite-web-0.9.13-pre1/setup.py.orig 2014-12-31 17:51:36.000000000 +0100
+++ graphite-web-0.9.13-pre1/setup.py 2015-02-19 18:45:25.173599991 +0100
@@ -58,8 +58,7 @@
'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
)
|