flask-uwsgi-websocket icon indicating copy to clipboard operation
flask-uwsgi-websocket copied to clipboard

fix python version classifier

Open kmohrf opened this issue 5 years ago ā€¢ 1 comments

Hi,

I wanted to use pypi2deb to easily convert this package into a deb package for debian and debian derivates. The problem is that pypi2deb relies on correct Python version classifiers to tell which package is compatible with what Python version and the default is Python 2.

Iā€™m not really sure if this package supports Python 2.x. In case it does the version classifiers probably should be

Programming Language :: Python :: 2.7
Programming Language :: Python :: 3

In case Python 2.x is not supported it should just be

Programming Language :: Python :: 3 :: Only

Iā€™d be very happy if you could fix the classifiers and publish a new release, so pypi2deb works correctly.

Thank you for your time and your work on this project!

kmohrf avatar May 16 '19 14:05 kmohrf

ping @zeekay

kmohrf avatar Jul 22 '19 20:07 kmohrf