[distutils]
index-servers=
    testpypi
    pypi

[testpypi]
repository = https://testpypi.python.org/pypi
username = __token__
password = COPY_PYPI_TOKEN_HERE

[pypi]
repository = https://pypi.python.org/pypi
username = __token__
password = COPY_PYPI_TOKEN_HERE
