Closed irenaby closed 2 weeks ago
@ofirgo docs are not included in the package. find_packages only looks for python packages, anything else need to be included explicitly with other arguments (i also don't see any reason why docs would be included in the wheel). Including only the product src code is much more robust, it was pure coincidence that I notice this at all.
@ofirgo docs are not included in the package. find_packages only looks for python packages, anything else need to be included explicitly with other arguments (i also don't see any reason why docs would be included in the wheel). Including only the product src code is much more robust, it was pure coincidence that I notice this at all.
Ok, sounds reasonable
Pull Request Description:
tests_pytest is included in the wheel as it was not explicitly excluded from find_packages. Use include instead of exclude in find_packages to automatically exclude any new non-product code.
Checklist before requesting a review: