Fixed PyPi deployment

Added requirements to MANIFEST, removed outdated need for
"whoogle-search" executable
このコミットが含まれているのは:
Ben Busby 2020-05-22 15:52:17 -06:00
コミット 2c01e1d6bc
2個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1,3 +1,4 @@
graft app/static
graft app/templates
include requirements.txt
global-exclude *.pyc

ファイルの表示

@ -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',