mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +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/*.ftz',
|
||||
'favicons/*.toml',
|
||||
'infopage/*/*',
|
||||
'static/themes/*',
|
||||
'static/themes/*/*',
|
||||
'static/themes/*/*/*',
|
||||
'templates/*/*',
|
||||
'templates/*/*/*',
|
||||
'translations/*',
|
||||
'translations/*/*',
|
||||
'translations/*/*/*',
|
||||
'infopage/**',
|
||||
'static/**',
|
||||
'templates/**',
|
||||
'translations/**',
|
||||
],
|
||||
},
|
||||
install_requires=requirements,
|
||||
|
||||
Reference in New Issue
Block a user