Metadata-Version: 2.1
Name: pyappbundler
Version: 0.1.2
Summary: automate bundle a Python application into a single package
Author-email: inerject <kumbalup@gmail.com>
Project-URL: Homepage, https://github.com/inerject/pyappbundler
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

Automate bundle a Python application and all its dependencies into a single package with [PyInstaller](https://pyinstaller.org/en/stable). And then (for Windows), put it all into a setup file with [Inno Setup](https://jrsoftware.org/isdl.php#stable).
