[distutils]
index-servers =
    pypi
    testpypi

[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = xyz

[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = xyz
