-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
PR: Update README.md
, CONTRIBUTING.md
, screenshot and add RELEASE.md
#62
Conversation
README.md
, CONTRIBUTING.md
, screenshot and add RELEASE.md
Codecov Report
|
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.
Thanks for this @dalthviz! I left some minor suggestions/comments for you.
Looking at the screenshot: are we using here colors that come from SpyderPalette? If not, I think we should to make things uniform with the rest of Spyder.
* Build source distribution and wheel | ||
|
||
```bash | ||
python -bb -X dev -W error -m build |
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.
I think this command won't work because we're not using pyproject.toml
here. Did you check it?
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.
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
I don't think so (that we are currently using the SpyderPalette). I think #50 covers that. Maybe that could be something to do after the 0.3.0 release? |
Ok, no problem. Let's leave that for later. |
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.
Thanks @dalthviz for your work on this!
Part of #59