[distutils]
index-servers =
    pypi
    testpypi

[pypi]
repository: https://upload.pypi.org/legacy/
username: __token__
password: <your-production-token>

[testpypi]
repository: https://test.pypi.org/legacy/
username: __token__
password: <your-test-token>
