Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 151 Bytes

how_to_make_package.md

File metadata and controls

10 lines (10 loc) · 151 Bytes

build package

$ pipenv shell
$ python setup.py sdist

...and upload to PyPi

$ rm dist/*.orig
$ python -m twine upload dist/*