Instructions for updating package on PyPI
https://packaging.python.org/tutorials/packaging-projects/#uploading-your-project-to-pypi
Follow these instructions exactly, with the following changes:
- Copy contents of /neuroHarmonize/ to /src/neuroHarmonize/
- Move .setup.cfg to setup.cfg and move setup.py to .setup.py (overrides setup.py)
- When uploading, run this command:
python3 -m twine upload dist/*