From 2fa7e78a6c4e0e6768e85eeddaeceea9551eb864 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 8 Feb 2023 07:23:42 +0100 Subject: setuppy Comment: do not install all source material Forwarded: not-needed Gbp-Pq: Name setuppy --- setup.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/setup.py b/setup.py index 61227d1..5e0d3e5 100644 --- a/setup.py +++ b/setup.py @@ -55,23 +55,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