From 5f8089c44d4b5145ebf63da9d956c85217ae5608 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Thu, 27 Jul 2023 20:25:32 -0400 Subject: [PATCH] Add Mingwpy --- doc/development/language/python/index.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/development/language/python/index.mdwn b/doc/development/language/python/index.mdwn index 1e8b3ce..2885fd8 100644 --- a/doc/development/language/python/index.mdwn +++ b/doc/development/language/python/index.mdwn @@ -59,10 +59,11 @@ * [[GitHub - 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.|https://github.com/ronaldoussoren/py2app]] * [[GitHub - gregneagle/relocatable-python: A tool for building standalone relocatable Python.framework bundles|https://github.com/gregneagle/relocatable-python]] -## Wheels +## Packages / Wheels - [[GitHub - pypa/cibuildwheel: 🎡 Build Python wheels for all the platforms on CI with minimal configuration.|https://github.com/pypa/cibuildwheel]] - [[GitHub - pypa/manylinux: Python wheels that work on any linux (almost)|https://github.com/pypa/manylinux]] +- [[The Mingwpy project — mingwpy 0.1 documentation|https://mingwpy.github.io/]] ## Applications