Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 293 Bytes

developing.md

File metadata and controls

30 lines (21 loc) · 293 Bytes

Notes on Development

Test:

python hanging_threads.py

Upload

To install wheel:

pip install wheel

Upload Linux:

python setup.py bdist bdist_wheel sdist upload

Upload Windows:

py -3.4 setup.py bdist_wheel sdist upload