-
Notifications
You must be signed in to change notification settings - Fork 11
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
Package "tests" is included in the distribution #23
Comments
@anthrax-0 thanks for the report and helpful link! Seems like you're thinking Line 15 in 0c7d487
packages=find_packages(exclude=[*.tests]), ? PRs are always welcome 😉 |
Merged
@anthrax-0 hopefully the new patch version solves the problem! Feel free to re-open this issue if not. |
I think in |
mahtin
added a commit
to mahtin/pyutils
that referenced
this issue
Jan 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyPi version 1.0.0 of the "utils" includes also "tests" package which creates naming conflicts in many places. I suggest changing setup.py as described here (using "exclude"): https://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages should help.
The text was updated successfully, but these errors were encountered: