summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-02-16 07:52:36 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2020-02-16 07:52:36 +0100
commitb35a49496c5d0dce99aba395cade5d37409a0ca7 (patch)
treed1dc8c439e07d09b9b2f0a3c98a3cbb00554501a
parentf0f74702ba1c4ac15cc0b0d74ce7f3ef41d7bf75 (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 bd3dd5d..436464f 100644
--- a/setup.py
+++ b/setup.py
@@ -51,23 +51,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'
],
},