Twine is not allowing me to upload package to PyPI
twine upload -r testpypi dist/*
Uploading distributions to https://test.pypi.org/simple/
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, 2.3.
Twine is not allowing me to upload package to PyPI
twine upload -r testpypi dist/* Uploading distributions to https://test.pypi.org/simple/ 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, 2.3.