Skip to content

fix python version classifier #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kmohrf opened this issue May 16, 2019 · 1 comment
Open

fix python version classifier #74

kmohrf opened this issue May 16, 2019 · 1 comment

Comments

@kmohrf
Copy link

kmohrf commented May 16, 2019

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
Copy link
Author

kmohrf commented Jul 22, 2019

ping @zeekay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant