Find nested packages with excluded parent
`find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808
Showing
Please register or sign in to comment
`find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808