Closed clayote closed 1 week ago
Hi @clayote, thank you very much for the contribution, but I am afraid this fix is not strictly correct. Setuptools do need the strip_trailing_zero
.
I suggest installing the latest version of packaging
in your environment and see if this helps with your problem. Alternatively you can consider using setuptools[core]
instead.
Please see the discussion in https://github.com/pypa/setuptools/issues/4483.
…
_core_metadata._distribution_fullname
A comment above suggests that the
get_fullname
function really isn't needed, but it got called in a project I was building anyway. This fixes it.Summary of changes
Closes
Pull Request Checklist
newsfragments/
. (See [documentation][PR docs] for details)[PR docs]: https://setuptools.pypa.io/en/latest/development/developer-guide.html#making-a-pull-request