Include pyproject.toml
in the log file
#1674
Labels
enhancement
New features, or improvements to existing features.
good first issue
Is this your first time contributing? This could be a good place to start!
What is the problem or limitation you are having?
When the Briefcase log file doesn't provide information I'm interested in, it will likely be in the project's
pyproject.toml
. For instance, whatrequires
is set to.Describe the solution you'd like
Append the contents of
pyproject.toml
to the log file.An alternative to this would be dumping the
AppConfig
object.Describe alternatives you've considered
Continue requesting such information specifically.
Additional context
No response
The text was updated successfully, but these errors were encountered: