Skip to main content

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

pyinstaller_setuptools-2019.3.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

pyinstaller_setuptools-2019.3-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file pyinstaller_setuptools-2019.3.tar.gz.

File metadata

  • Download URL: pyinstaller_setuptools-2019.3.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for pyinstaller_setuptools-2019.3.tar.gz
Algorithm Hash digest
SHA256 8028e9214cf53f99dd7eaa647da751f92e0446b45900987bc1c58f58e371c047
MD5 2f1386b3b26287b5f5527d8c94b85c2a
BLAKE2b-256 4fbbe4c88f3ddc8ceccdb12017f063b3a3f67b2143ddc4066f436345a3e3c0de

See more details on using hashes here.

File details

Details for the file pyinstaller_setuptools-2019.3-py3-none-any.whl.

File metadata

  • Download URL: pyinstaller_setuptools-2019.3-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for pyinstaller_setuptools-2019.3-py3-none-any.whl
Algorithm Hash digest
SHA256 45332453b24b957de88766726104b3dc7dea5d6a6ef56e9bc1a25f53450727d1
MD5 55f326c39fc828ec5ea4fb1a1dc2f69f
BLAKE2b-256 5ee5bf940de8d3869d5f17492493fb0527ca62ca9e4b8207b4da914baf1f51eb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page