diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-08-25 23:02:02 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-08-25 23:02:02 -0500 |
commit | a53e3fbe9ade7dc52f65737c0ebd0cb391d9e55a (patch) | |
tree | c7b3d5b12e913cf0ff8b41361cd8288c2d911026 | |
parent | f3333213b4537e14acd0900832eb85239505c3a9 (diff) |
add pypirc
-rw-r--r-- | .pypirc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +[distutils] +index-servers= pypi + +[pypi] +username=untzag + |