ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

Fix typos in pyproject.rst #512

Closed maxslarsson closed 3 weeks ago

maxslarsson commented 10 months ago

When running the python -m py2app command, the command errored with the following error:

pyproject.toml: Configuration doesn't contain a 'tool.py2app' key

It seems like the examples in the documentation accidentally uses tools.py2app instead of tool.py2app which is the standard for pyproject.toml. I fixed all occurrences of this in the documentation.