about summary refs log tree commit diff
path: root/dev/.pypirc
blob: 8a93dfaeca8f35007155e8ca353038ea1e8c1806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[distutils]
index-servers =
    pypi
    testpypi

[pypi]
repository = https://upload.pypi.org/legacy/
username = McSinyx

[testpypi]
repository = https://test.pypi.org/legacy/
username = McSinyx