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

Move almost everything to pyproject.toml #565

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

yuvipanda
Copy link
Contributor

@yuvipanda yuvipanda commented Aug 19, 2023

  • Mixing pyproject.toml and setup.cfg the way we were doing seems to cause weird problems with entrypoints
  • I've moved things to their equivalent values, except when they are the default - in which case I've left it out
  • I don't understand if the mypy things are still needed, so I've left them as they are.
  • flake8 doesn't support reading from pyproject.toml yet, so letting it be.

- setup.cfg is old school INI, pyproject.toml is where everyone
  is moving to
- Mixing pyproject.toml and setup.cfg the way we were doing seems
  to cause weird problems with entrypoints.
- I've moved things to their equivalent values, except when they
  are the default - in which case I've left it out
- I don't understand if the mypy things are still needed, so I've
  left them as they are.
- flake8 doesn't support reading from pyproject.toml yet, so
  letting it be.
@cisaacstern
Copy link
Member

LGTM, thanks @yuvipanda!

@cisaacstern cisaacstern merged commit 561897d into pangeo-forge:main Aug 21, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants