Skip to main content

Use pyinstaller in your setup.py

Project description

# PyInstaller Setup

Use pyinstaller with setuptools!

## setup.py

```python
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.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

pyinstaller_setuptools-2019.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

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