Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 538 Bytes

DEVELOP.md

File metadata and controls

18 lines (12 loc) · 538 Bytes

Developer Guide

Publication

Our PyPI package has been prepared and published following the instructions in How to Publish an Open-Source Python Package to PyPI.

When the environment is configured, the package can be prepared by running the following command:

rm -rf dist/*
python setup.py bdist_wheel sdist --formats gztar

Then, the package can be uploaded to PyPI by running the following command:

twine upload dist/*