summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-15 23:33:23 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-15 23:33:23 +0200
commitf6cb7cec480a9c427e139799d890233cad61638d (patch)
tree4a55d31d4b01d97aabf023cb84ac329782edde4a
parent6ea1bda1c8d3dd6889c88ee2fb5b3a8e848a2a6a (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'
],
},