Closed
Description
This wheel package of version 0.5.0
hosted on pypi.org contains extra files when compared to a wheel package generated locally from git tag 0.5.0
using python setup.py bdist_wheel
command in a clean virtual environment. The full diff is here.
The extra files, for instance openapi_core/validators.py
, were present in the repository before PR #25 was merged. They are present in the wheel package of 0.5.0
, but not in the source package of 0.5.0
.
This probably indicates an issue with generating the wheel packages, where the files from previously generated wheel packages are somehow included in the new wheel package as well. I think it should be investigated and resolved.