We are on Proget 2022.0.11 and we are chasing an issue trying to push a python package into Proget. It accepts the wheel, but is failing with a 400 Bad Request with the upload of the sdist tar.gz. The wheel shows in the Proget UI, but the sdist does not.
It shows an error of "Source distribution does not contain a PKG-INFO entry." I have checked the file and contents and the PKG-INFO does indeed exist the build seems to build things just fine. I just has an issue pushing to the internal repo.
Am I missing something here?