Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 312 Bytes

File metadata and controls

9 lines (6 loc) · 312 Bytes

Build and Upload:

# API token in ~.pypirc
python setup.py sdist bdist_wheel
twine upload dist/*

PyInstaller:

pyinstaller --onefile --hidden-import=appdirs --hidden-import=packaging.version --hidden-import=packaging.specifiers --hidden-import=packaging.requirements stack_composed.py