-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] Package data missing with Setuptools 61 #3196
Comments
I have the same issue with a package and also use Having said that, I see the same issue with https://github.com/MAVENSDC/cdflib and that does not use |
I'm having a similar issue (presumably the same cause). I use Using setuptools/setuptools/config/setupcfg.py Lines 156 to 157 in 4923d11
Not sure why or what purpose those lines serve. |
Hi Jason, thank you very much for reporting this. I will work on it. |
Thank you very much @domdfcoding for investigating! That is very helpful. These lines serve to ensure people can use |
A workaround for pypa/setuptools#3196.
A workaround for pypa/setuptools#3196.
Confirmed the fix works. Thanks for the quick response! |
I've been fighting building one of my projects this evening, finding that all of the package data is missing.
But if I instead build with
setuptools<61
(by changing the pyproject.toml), the content is present.I haven't yet had a chance to investigate why, but I wanted to register this issue.
The text was updated successfully, but these errors were encountered: