Closed penguian closed 4 years ago
In using twine upload dist/boolean_cayley_graphs-0.1.2.4-py3-none-any.whl I forgot to check the metadata for the project. The file setup.py is out of date since it contains
twine upload dist/boolean_cayley_graphs-0.1.2.4-py3-none-any.whl
setup.py
"Programming Language :: Python :: 2.7",
I yanked version 0.1.2.4 and this cannot be undone. https://github.com/pypa/packaging-problems/issues/74 So version 0.1.2.5 is needed to satisfy PyPI and this should include the correct metadata.
Use version 0.1.3 instead.
In using
twine upload dist/boolean_cayley_graphs-0.1.2.4-py3-none-any.whl
I forgot to check the metadata for the project. The filesetup.py
is out of date since it containsI yanked version 0.1.2.4 and this cannot be undone. https://github.com/pypa/packaging-problems/issues/74 So version 0.1.2.5 is needed to satisfy PyPI and this should include the correct metadata.