mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
move configs to pywb package as package data
This commit is contained in:
parent
49d2d5b035
commit
9700004dc8
3
setup.py
3
setup.py
@ -54,7 +54,7 @@ setup(
|
|||||||
'pywb.apps'
|
'pywb.apps'
|
||||||
],
|
],
|
||||||
package_data={
|
package_data={
|
||||||
'pywb': ['ui/*', 'static/*', '*.yaml'],
|
'pywb': ['ui/*', 'static/*', '*.yaml', 'configs/*'],
|
||||||
},
|
},
|
||||||
data_files=[
|
data_files=[
|
||||||
('sample_archive/cdx/', glob.glob('sample_archive/cdx/*')),
|
('sample_archive/cdx/', glob.glob('sample_archive/cdx/*')),
|
||||||
@ -62,7 +62,6 @@ setup(
|
|||||||
('sample_archive/warcs/', glob.glob('sample_archive/warcs/*')),
|
('sample_archive/warcs/', glob.glob('sample_archive/warcs/*')),
|
||||||
('sample_archive/text_content/',
|
('sample_archive/text_content/',
|
||||||
glob.glob('sample_archive/text_content/*')),
|
glob.glob('sample_archive/text_content/*')),
|
||||||
('configs/', glob.glob('configs/*')),
|
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'rfc3987',
|
'rfc3987',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user