Skip to content

Add a guide to creating a native Windows application in Python #1778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: ["-L", "ned,ist,oder", "--skip", "*.po"]
args: ["-L", "ned,ist,oder,Fo", "--skip", "*.po"]

- repo: local
hooks:
Expand Down
1 change: 1 addition & 0 deletions source/guides/section-build-and-publish.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Building and Publishing
making-a-pypi-friendly-readme
publishing-package-distribution-releases-using-github-actions-ci-cd-workflows
modernize-setup-py-project
windows-applications-embedding
licensing-examples-and-user-scenarios
Loading