diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..1e3ea5a --- /dev/null +++ b/.pypirc @@ -0,0 +1,11 @@ +[distutils] +index-servers = + pypi + pypitest + +[pypi] +username: jowj # replace with your PyPI username + +[pypitest] +repository: https://test.pypi.org/legacy/ +username: jowj # replace with your TestPyPI username