Files
2026-06-23 15:20:56 +02:00

13 lines
374 B
Python

'''
Packaging
=========
This module contains `PyInstaller <http://www.pyinstaller.org/>`_ hooks in
order to assist in the process of building binary packages. PyInstaller allows
you to produce stand-alone, self-contained executables of your Kivy app for
Windows, Linux and Mac.
For more information, please see the `PyInstaller website
<http://www.pyinstaller.org/>`_
'''