Do not override existing pyproject.toml
keys during conversion
#1898
Labels
enhancement
New features, or improvements to existing features.
What is the problem or limitation you are having?
When an existing project is converted, keys should not be added to
[tool.briefcase]
when they already exist in[project]
. For instance, ifversion
is already specified in[project]
, do not addversion = "0.0.1"
to[tool.briefcase]
. This should be considered for all PEP-621pyproject.toml
keys.Describe the solution you'd like
Omit
[tool.briefcase]
keys frompyproject.toml
that are already represented in[project]
.Describe alternatives you've considered
Manually remove overriding keys from
[tool.briefcase]
post-conversion.Additional context
No response
The text was updated successfully, but these errors were encountered: