-
Notifications
You must be signed in to change notification settings - Fork 62
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
Run python check before releasing #112
Comments
What's the relationship with our brand spanking new 'readme' package check? Isn't that a better checker? |
That is exactly the one I mean. Or I think I do. It seems distutils has a check command and readme enhances it. |
I think this was implemented already, no? |
No. |
I would like to pick this up in the near future, so some notes. It seems fine to at least call There is also But the ReStructuredText checking is apparently deprecated. With a new enough Python, or maybe setuptools, I get:
So we can call Calling Actually, And one final thing, which eases my mind about having to call |
I'm dragging this one out of the archive. Perhaps our new way of using "build" instead of "setuptools" could make some of this easier. I haven't used it enough myself to really know atm. |
Maybe at the end of
|
We can run
python setup.py check
, maybe with some options. Among others, this checks the long description. We have the longtest command for this too, but not everyone uses it or remembers to run it.See plone/plone.recipe.codeanalysis#64
Probably we should do this in the prerelease phase.
The text was updated successfully, but these errors were encountered: