Is your feature request related to a use case or problem?
Following modern best practices, the project metadata that is currently in setup.py should be moved into pyproject.toml. In addition, many tool configurations can be moved out of individual rc files and into pyproject.toml too. I did this for qsim and it has worked out well.
What solution or approach do you envision?
Start by looking at the various dot files in the repo and seeing how the settings can be written equivalently in the pyproject.toml file.
How urgent is this for you?
None
Is your feature request related to a use case or problem?
Following modern best practices, the project metadata that is currently in
setup.pyshould be moved intopyproject.toml. In addition, many tool configurations can be moved out of individual rc files and intopyproject.tomltoo. I did this for qsim and it has worked out well.What solution or approach do you envision?
Start by looking at the various dot files in the repo and seeing how the settings can be written equivalently in the
pyproject.tomlfile.How urgent is this for you?
None