summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-02-08 07:23:42 +0100
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-02-08 07:23:42 +0100
commit2fa7e78a6c4e0e6768e85eeddaeceea9551eb864 (patch)
treec2a304a2c54f1531ef404caab498d5ce2d8dd28f
parentccbb75b8b974f3103d53b72880b97a00491b9cc5 (diff)
setuppy
Comment: do not install all source material Forwarded: not-needed Gbp-Pq: Name setuppy
-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'
],
},