severndev / severn

Your new end-to-end project management system.
https://severn.dev
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Configuration system #1

Open parafoxia opened 1 year ago

parafoxia commented 1 year ago

Severn should have a customisable config that can be expanded over time.

It should be able to read pyproject.toml files (looking for tool.severn), and potentially a .severn.toml as well. The .severn.toml file should be read first, and the pyproject.toml afterwards.

Acceptance Criteria:

Actual config options TBD at this point, but make the system easily extendable for new config options in the future.

Jonxslays commented 12 months ago

I'll start putting something together for this.