-
Notifications
You must be signed in to change notification settings - Fork 280
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
BLD: deprecation warnings from setuptools (auto-included packages) #4279
Comments
Actually it seems to me that only |
Working on a patch. I'll open a PR once I see builds passing on my fork: https://github.com/neutrinoceros/yt/actions/workflows/wheels.yaml |
Related discussion upstream: pypa/setuptools#3340 |
I'd rather the fix be to make sure we include the files rather than exclude them, unless they are very large or detrimental in some way. |
Fine with me. For now I'm actually struggling to do anything with them because the recommandation is to include them via pyproject.toml but we actually use MANIFEST.in for that and I am not sure I understand how they interact. |
I'll give a try to combining |
Building a wheel with
--verbose
Yields the following warnings
7 directories are affected
It should be easily fixable, but it's likely that we don't actually want to include everything there (I suspect some of these files are actually not used anymore)
The text was updated successfully, but these errors were encountered: