From b35a49496c5d0dce99aba395cade5d37409a0ca7 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 16 Feb 2020 07:52:36 +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