Use pyinstaller in your setup.py
Project description
PyInstaller Setup
Use pyinstaller with setuptools!
setup.py
from pyinstaller_setuptools import setup
setup(
...
scripts=['path/to/a/script.py'],
entry_points={
'console_scripts': ['entry=module.func']
},
...
)
Usage
> python ./setup.py build
> python ./setup.py install
> python ./setup.py pyinstaller [-- <pyinstaller-flags>]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for pyinstaller_setuptools-2019.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8028e9214cf53f99dd7eaa647da751f92e0446b45900987bc1c58f58e371c047 |
|
MD5 | 2f1386b3b26287b5f5527d8c94b85c2a |
|
BLAKE2b-256 | 4fbbe4c88f3ddc8ceccdb12017f063b3a3f67b2143ddc4066f436345a3e3c0de |
Close
Hashes for pyinstaller_setuptools-2019.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45332453b24b957de88766726104b3dc7dea5d6a6ef56e9bc1a25f53450727d1 |
|
MD5 | 55f326c39fc828ec5ea4fb1a1dc2f69f |
|
BLAKE2b-256 | 5ee5bf940de8d3869d5f17492493fb0527ca62ca9e4b8207b4da914baf1f51eb |