Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 249 Bytes

make_pip_pkg.md

File metadata and controls

8 lines (6 loc) · 249 Bytes

https://tendcode.com/article/setup-to-pypy/

    1. config the setup.py, MANIFEST.in
    1. python setup.py sdist bdist_wheel
    1. python setup.py install # test, installed
    1. pip uninstall molmap #uninstall
    1. twine upload dist/* #upload to pypi