summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-08-14 13:40:16 +0200
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-08-14 13:40:16 +0200
commit57b45bc8b358a1313934e01889000dc974803f8e (patch)
tree0c6d06a70ac7e41fa117cc9dc6016d711bc79fa0 /setup.py
parent2a628bb25023542d890b54029c1c071bfee8c50b (diff)
setuppy
Comment: do not install all source material Forwarded: not-needed Gbp-Pq: Name setuppy
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py16
1 files changed, 1 insertions, 15 deletions
diff --git a/setup.py b/setup.py
index 61227d1..5e0d3e5 100644
--- a/setup.py
+++ b/setup.py
@@ -55,23 +55,9 @@ setup(
},
package_data={
'searx': [
- 'settings.yml',
- '../README.rst',
- '../requirements.txt',
- '../requirements-dev.txt',
'data/*',
'plugins/*/*',
- 'static/*.*',
- 'static/*/*.*',
- 'static/*/*/*.*',
- 'static/*/*/*/*.*',
- 'static/*/*/*/*/*.*',
- 'templates/*/*.*',
- 'templates/*/*/*.*',
- 'tests/*',
- 'tests/*/*',
- 'tests/*/*/*',
- 'translations/*/*/*'
+ 'translations/*/*/*.mo'
],
},