Motivation
There's a bug in add_pyproject_configs where a section
root_packages=["example"]
Is only added when there are not other sections present e.g.
name = "Modular Design" # etc.
Summary of desired enhancement
add_pyproject_configs should be able to "merge" in this case, and so still add the section.