Currently, box requires a PEP 621 compliant pyproject.toml file. This limits the usability for other projects. It would be very nice if we could support these projects as well.
Idea:
- Allow for a
box.toml file as an alternative to write the box configuration into the existing pyproject.toml file.
- Use
box.toml prioritized over pyproject.toml, if it exists
- A
box.toml could hold more information that can be automatically stitched together from other, non PEP 621 compliant projects.
Currently,
boxrequires a PEP 621 compliantpyproject.tomlfile. This limits the usability for other projects. It would be very nice if we could support these projects as well.Idea:
box.tomlfile as an alternative to write theboxconfiguration into the existingpyproject.tomlfile.box.tomlprioritized overpyproject.toml, if it existsbox.tomlcould hold more information that can be automatically stitched together from other, non PEP 621 compliant projects.