You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download the sdist from PyPI, unpack it and run pip freeze over the vendored directories to extract the vendored versions (as the vendored.txt files are gone starting with #4457) like this:
setuptools version
74.0.0
Python version
all
OS
all
Additional environment information
No response
Description
When I download the sdist from PyPI, unpack it and run
pip freeze
over the vendored directories to extract the vendored versions (as thevendored.txt
files are gone starting with #4457) like this:I get:
Namely, this doesn't work because setuptools/_distutils/_vendor/packaging-24.0.dist-info is incomplete:
While in git:
Please include setuptools/_distutils/_vendor/packaging-24.0.dist-info/METADATA in sdist or restore the vendored.txt files.
Thank you.
Expected behavior
How to Reproduce
see above
Output
see above
The text was updated successfully, but these errors were encountered: