Closed fhoekstra closed 3 years ago
Would this work without any arguments to find_packages
?
Like this stackoverflow answer suggests.
It probably does, but I think we may start shipping some of the folders in test then, if they have an __init__.py
file. So that may be worth checking
I just did that, renamed the resulting .whl file's extension to .zip and took a look inside. The result seems to be the same.
Awesome! Thanks for your contribution 😃 I'm merging 👍
And I've just released v4.0.0b2
. It'll be up in a few minutes.
I also took the chance to:
I tested it by building the wheel and re-running the tests after installing the wheel with pip, issue #57 was resolved afterward.