Skip to content
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

Fix Pyroma warnings #316

Open
moy opened this issue Feb 25, 2020 · 0 comments
Open

Fix Pyroma warnings #316

moy opened this issue Feb 25, 2020 · 0 comments
Labels
easy? Probably easy to implement, or WIP almost complete

Comments

@moy
Copy link
Collaborator

moy commented Feb 25, 2020

Just discovered Pyroma, and it has complains about MechanicalSoup:

$ pyroma .
------------------------------
Checking .
/usr/lib/python3/dist-packages/setuptools/dist.py:474: UserWarning: Normalizing '1.0.0-dev' to '1.0.0.dev0'
  normalized_version,
Found MechanicalSoup
------------------------------
Your package does not have keywords data.
Your package does not have author data.
Your package does not have author_email data.
Specifying a development status in the classifiers gives users a hint of how stable your software is.
------------------------------
Final rating: 7/10
Jarlsberg
------------------------------

Should be straightforward to fix.

@moy moy added the easy? Probably easy to implement, or WIP almost complete label Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy? Probably easy to implement, or WIP almost complete
Projects
None yet
Development

No branches or pull requests

1 participant