-
Notifications
You must be signed in to change notification settings - Fork 44
add pyproject.toml and remove setup.py #408
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
Conversation
|
Would be curious as to what @trexfeathers and @pp-mo think of the keywords (line 38) and description (line 37) for iris-grib as I don't think that this is my call to make. |
* upstream/main: Improve pre-commit compliance (SciTools#406) Add pre-commit config (SciTools#400) pdt6 & gdt140 take *three* (SciTools#401) v0x19 docs update (SciTools#370) bump feature branch to release version 0.19.0 (SciTools#364)
trexfeathers
left a comment
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.
Nice work @HGWright!
I've been through the new file, the old file, and the documentation for pyproject.toml and setuptools. Here is what I have...
This reverts commit 6f99210.
`pyproject.toml` decisions for the Iris-grib leads
|
Let's gooooo |
Remove setup.py and replace it with a pyproject.toml file. This is for alignment with the rest of SciTools and we think that this is the better way to do it.
closes #387