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

Update first-plugin example to best practices #440

Open
psobolewskiPhD opened this issue Jun 30, 2024 · 1 comment
Open

Update first-plugin example to best practices #440

psobolewskiPhD opened this issue Jun 30, 2024 · 1 comment
Labels
content Ideas for new or improved content plugins related to plugins

Comments

@psobolewskiPhD
Copy link
Member

🧰 Task

Currently we still recommend a setup.cfg and pyproject.toml
Probably best to switch to using just pyproject.toml and maybe a /src dir
https://learn.scientific-python.org/development/

@psobolewskiPhD psobolewskiPhD added task plugins related to plugins labels Jun 30, 2024
@melissawm melissawm added content Ideas for new or improved content and removed task labels Jul 1, 2024
@DragaDoncila
Copy link
Contributor

I agree. I don't want to add a BUNCH of detail about python packaging etc., because we really want folks to focus on the plugin aspects, not the general python aspects. However, now that there is an actual blessed pathway with just pyproject.toml, a src/ dir, and build, I think that should be what we demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Ideas for new or improved content plugins related to plugins
Projects
Development

No branches or pull requests

3 participants