Invalid .dist-info directory name for bundled hpy
PEP 376 and the Python Packaging User Guide specify that a .dist-info
directory name has the following format:
{name}-{version}.dist-info
However, the directory name for the bundled copy of hpy is hpy.dist-info
(i.e. it is missing the version number). This causes issues with some metadata parsing tools that expect the directory to be named according to the specification.
Would is be possible to change the directory name to include the version number.