eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.02k stars 2.02k forks source link

Wheel errors #2221

Closed Badiboy closed 5 months ago

Badiboy commented 5 months ago

When I tried to publish release, I got this:

twine check dist/*

Checking dist\pytelegrambotapi-4.17.0-py3-none-any.whl: ERROR InvalidDistribution: Metadata is missing required fields: Name, Version. Make sure the distribution includes the files where those fields are specified, and is using a supported Metadata-Version: 1.0, 1.1, 1.2, 2.0, 2.1, 2.2.

@coder2020official, could you please check what should be updated?

coder2020official commented 5 months ago

Hi, will take a look

coder2020official commented 5 months ago

I think you need to update twine and pkginfo modules.

Badiboy commented 5 months ago

Works, thank you.