Closed
Description
Is there an existing issue for this?
- I have searched the existing issues (open and closed), and could not find an existing issue
What keywords did you use to search existing issues?
No response
What operating system are you using?
Linux
If you selected 'Other', describe your Operating System here
No response
What version of Python are you running?
Python 3.10.13
How did you install twine? Did you use your operating system's package manager or pip or something else?
pip install twine
What version of twine do you have installed (include the complete output)
5.1.0
Which package repository are you using?
pypi.org
Please describe the issue that you are experiencing
importlib_metadata
has just released 8.0.0 and CI jobs calling twine upload
started failing with the following error:
Traceback (most recent call last):
File "/home/appveyor/venv3.10.13/bin/twine", line 5, in <module>
from twine.__main__ import main
File "/home/appveyor/venv3.10.13/lib/python3.10/site-packages/twine/__init__.py", line 40, in <module>
__uri__ = metadata["home-page"]
File "/home/appveyor/venv3.10.13/lib/python3.10/site-packages/importlib_metadata/_adapters.py", line 54, in __getitem__
raise KeyError(item)
KeyError: 'home-page'
Please list the steps required to reproduce this behaviour
pip install --upgrade setuptools wheel twine poetry tomlkit virtualenv
Anything else you'd like to mention?
No response