From 2c01e1d6bc58db6c41ebb5b97cdc7c3c5927e208 Mon Sep 17 00:00:00 2001 From: Ben Busby <33362396+benbusby@users.noreply.github.com> Date: Fri, 22 May 2020 15:52:17 -0600 Subject: [PATCH] Fixed PyPi deployment Added requirements to MANIFEST, removed outdated need for "whoogle-search" executable --- MANIFEST.in | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3c53610..1601bc8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ graft app/static graft app/templates +include requirements.txt global-exclude *.pyc diff --git a/setup.py b/setup.py index 0a56f6e..b4274cf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ setuptools.setup( author_email='benbusby@protonmail.com', name='whoogle-search', version='0.1.3', - scripts=['whoogle-search'], include_package_data=True, install_requires=requirements, description='Self-hosted, ad-free, privacy-respecting Google metasearch engine',