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

Read configuration from pyproject.toml #569

Open
davisagli opened this issue Oct 5, 2024 · 1 comment
Open

Read configuration from pyproject.toml #569

davisagli opened this issue Oct 5, 2024 · 1 comment

Comments

@davisagli
Copy link
Member

These days most Python tools support getting their configuration from pyproject.toml. This is nice to avoid clutter from many files in the root of a repository. It would be nice if bobtemplates.plone supported this as an alternative to bobtemplate.cfg

@MrTango
Copy link
Contributor

MrTango commented Nov 5, 2024

should be doable, just keep in mind that this file is currently used to find the root of the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants