Closed mxmlnkn closed 2 years ago
When I do those steps, I see version 4.1.1
which is correct
>>> print(dict(importlib.metadata.distribution("python-libarchive").metadata))
{'Metadata-Version': '2.1', 'Name': 'python-libarchive', 'Version': '4.1.1',
Are you getting a different result?
I'm also getting 4.1.1. But, I think the Download-URL
(http://python-libarchive.googlecode.com/files/python-libarchive-4.1.1.tar.gz
) and Author-email
are not correct.
__version__
member might be helpful to me especially as the package name is different from the module name but I might not be mainstream with my dislike ofimportlib.metadata.version
.Steps to reproduce: