mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 11:40:01 +00:00
[mod] setup.py package_data - use recursive globs for package_data
To test this patch build a python wheel::
$ make clean py.build
and llok out if you are missing any files in the wheel::
$ unzip -l dist/searxng-*-py3-none-any.whl
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
0ebac144f5
commit
8c631b92ce
13
setup.py
13
setup.py
@@ -59,15 +59,10 @@ setup(
|
|||||||
'data/*.txt',
|
'data/*.txt',
|
||||||
'data/*.ftz',
|
'data/*.ftz',
|
||||||
'favicons/*.toml',
|
'favicons/*.toml',
|
||||||
'infopage/*/*',
|
'infopage/**',
|
||||||
'static/themes/*',
|
'static/**',
|
||||||
'static/themes/*/*',
|
'templates/**',
|
||||||
'static/themes/*/*/*',
|
'translations/**',
|
||||||
'templates/*/*',
|
|
||||||
'templates/*/*/*',
|
|
||||||
'translations/*',
|
|
||||||
'translations/*/*',
|
|
||||||
'translations/*/*/*',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
|||||||
Reference in New Issue
Block a user