summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-12-28 05:52:26 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2020-12-28 05:52:26 +0100
commitf6c7b5fb4966f12276cc53d532d89c26cc2c5df1 (patch)
tree4fb4cecb5c5f70aed4e1563c1a2ee2752132da35
parentba4558b1b6df42699896810e7d9748234515b419 (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 97a3270..be90e7c 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'
],
},