serpapi / google-search-results-python

Google Search Results via SERP API pip Python Package
MIT License
583 stars 94 forks source link

Python package should not include tests #58

Open sandy-fairsupply opened 1 year ago

sandy-fairsupply commented 1 year ago

When installing via pip, the installation includes the tests directory:

mkdir deps
python3 -m pip install --target deps "google-search-results==2.4.2"
ls -1 deps/tests

Outputs:

__init__.py
__pycache__
test_account_api.py
(etc)

Tests should be excluded.