You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that using a setup.py file alone with setuptools to create a distribution is now "too old" and will not work anymore for uploading to PyPI. I ran into this error:
It seems that using a
setup.py
file alone with setuptools to create a distribution is now "too old" and will not work anymore for uploading to PyPI. I ran into this error:https://stackoverflow.com/questions/76756635/pypi-twine-missing-metadata-but-it-exists-in-whl-file
Update
setup.py
to an approved setuptools pyproject.toml format:https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml
The text was updated successfully, but these errors were encountered: