From 675580eb54856a24fd5cc2e055b902c05ac89d79 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 1 Feb 2020 01:16:42 +0100 Subject: setuppy Gbp-Pq: Name setuppy --- setup.py | 16 +--------------- 1 file changed, 1 insertion(+), 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' ], }, -- cgit v1.2.3