https://tendcode.com/article/setup-to-pypy/
-
- config the setup.py, MANIFEST.in
-
- python setup.py sdist bdist_wheel
-
- python setup.py install # test, installed
-
- pip uninstall molmap #uninstall
-
- twine upload dist/* #upload to pypi
https://tendcode.com/article/setup-to-pypy/