1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

move configs to pywb package as package data

This commit is contained in:
Ilya Kreymer 2014-03-28 11:53:59 -07:00
parent 49d2d5b035
commit 9700004dc8
3 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@ setup(
'pywb.apps'
],
package_data={
'pywb': ['ui/*', 'static/*', '*.yaml'],
'pywb': ['ui/*', 'static/*', '*.yaml', 'configs/*'],
},
data_files=[
('sample_archive/cdx/', glob.glob('sample_archive/cdx/*')),
@ -62,7 +62,6 @@ setup(
('sample_archive/warcs/', glob.glob('sample_archive/warcs/*')),
('sample_archive/text_content/',
glob.glob('sample_archive/text_content/*')),
('configs/', glob.glob('configs/*')),
],
install_requires=[
'rfc3987',