-
-
Notifications
You must be signed in to change notification settings - Fork 484
Closed
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.good first issueIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!
Description
What is the problem or limitation you are having?
When an existing project is converted to use Briefcase, only the [tool.briefcase] and [tool.briefcase.app.<app name>] tables are populated. This makes it more difficult to take advantage of Briefcase's packaging controls because all of the those pyproject.toml tables must be created manually.
Describe the solution you'd like
Populate pyproject.toml with the platform-specific tables when converting an existing project. At the least, I see benefit from creating the empty tables; however, there are likely at least some keys that are worth exposing for all projects.
Describe alternatives you've considered
Manually create all platform tables in pyproject.toml.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.good first issueIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!