Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests folder is not correctly excluded from wheel despite exclude in find_packages in setup.py #65

Closed
smarie opened this issue Apr 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@smarie
Copy link
Owner

smarie commented Apr 17, 2020

Our wheel contains the tests:

image

The fix is to use '*tests*'.

See https://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages for reference.

@smarie smarie added the bug Something isn't working label Apr 17, 2020
@smarie smarie closed this as completed in eaefaa9 Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant