Closed
Description
I'm not sure the proper conventions for using wheel to distribute packages, but the current artifact on PyPI is called GitPython-2.1.12-py2.py3-none-any.whl
, implying support for Python 2. Although it's true that the "Meta" section on PyPI specifies Python >=3.0.
Is it possible to configure wheel to name it just with py3
instead?