smartfile / python-libarchive

Libarchive wrapper for Python.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Package information out of date #20

Closed mxmlnkn closed 2 years ago

mxmlnkn commented 2 years ago

Steps to reproduce:

import importlib.metadata
print(dict(importlib.metadata.distribution("python-libarchive").metadata))
cabarnes commented 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?

mxmlnkn commented 2 years ago

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.