Closed dschep closed 6 years ago
You probably shouldn't distribute the tests package as no one expects to get a package by that name when they pip install chargebee. Just exclude it:
pip install chargebee
find_packages(exclude=["tests"])
There is a mr open for this since months.
https://github.com/chargebee/chargebee-python/pull/18
This seems fixed? #18 was merged
You probably shouldn't distribute the tests package as no one expects to get a package by that name when they
pip install chargebee
. Just exclude it: