I am using setup.py / distutils to distribute a package. How can multiple released versions of a py package be listed on pypi using setup.py/distutils? right now when I submit the latest version, it replaces all previous versions on the pypi package page and restarts the # downloads counter. Thanks.
I am using setup.py / distutils to distribute a package. How can multiple released
Share
Log in to PyPi, select your package, you can choose to show older releases and/or disable the auto-hide feature.