summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2018-02-20 14:13:52 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2019-01-06 23:42:23 +0100
commit750dac32c3bf692ad5afb7f70ca939067f9a1f0b (patch)
tree15cd8beceb3398a09d39d73a4ac901d76da6358c /setup.py
parented48940eb3d6c12d9800bf7b490530d80c969e83 (diff)
Apply debian specific patches
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py16
1 files changed, 1 insertions, 15 deletions
diff --git a/setup.py b/setup.py
index 6466d1f..1b0ae30 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'
],
},