-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add PyPI Trove classifiers to setup.py files #6892
Conversation
This adds classifier terms to improve software discoverability and findability on PyPI. Unfortunately, there is not (yet) a classifier term for quantum computing, and thus the terms used here are fairly general, although they are still useful to add.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6892 +/- ##
=======================================
Coverage 97.86% 97.86%
=======================================
Files 1084 1084
Lines 94315 94315
=======================================
+ Hits 92301 92302 +1
+ Misses 2014 2013 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@pavoljuhas I'm reverting this change because PyPI doesn't seem to have been updated to use the new Trove classifiers released a couple of days ago. PR is #6937. |
This adds classifier terms to improve software discoverability and findability on PyPI.