It is observed in several cases that the package version specified in setup.cfg in the form
[metadata]
version = "1.0.0"
is eventually interpreted by wheel/build as -1.0.0- with additional - signs on both sides of the version. The cause of this is unknown and needs to be further investigated.
It is observed in several cases that the package version specified in
setup.cfgin the formis eventually interpreted by wheel/build as
-1.0.0-with additional-signs on both sides of the version. The cause of this is unknown and needs to be further investigated.