summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2021-01-19 14:16:36 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2021-01-19 14:16:36 +0100
commite9278201f36bd9f462edcbf1dafa81731ed199f7 (patch)
tree4f9bc83f41315c4c049e05936671d3cc6468eb54
parentafcd5b30c561397c3e3944bb216ebd372bca787d (diff)
setuppy
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 6a78f61..0c2f0a4 100644
--- a/setup.py
+++ b/setup.py
@@ -56,23 +56,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'
],
},