We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On https://pypi.org/classifiers/ it says to mark a package with a Private :: classifier to prevent it from being uploaded to PyPI.
Private ::
Unfortunately that makes pyroma complain about it:
pyroma
Some of your classifiers are not standard classifiers: Private :: Do Not Upload
Would it be possible to ignore classifiers that start with Private :: ? 🍀
The text was updated successfully, but these errors were encountered:
Yup, that should be easily doable.
Sorry, something went wrong.
Please see PR #106.
Successfully merging a pull request may close this issue.
On https://pypi.org/classifiers/ it says to mark a package with a
Private ::
classifier to prevent it from being uploaded to PyPI.Unfortunately that makes
pyroma
complain about it:Would it be possible to ignore classifiers that start with
Private ::
? 🍀The text was updated successfully, but these errors were encountered: