diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..012faab --- /dev/null +++ b/.pypirc @@ -0,0 +1,12 @@ +[distutils] +index-servers = + pypi + testpypi + +[pypi] +repository = https://upload.pypi.org/legacy/ +username = JulienPalard + +[testpypi] +repository = https://test.pypi.org/legacy/ +username = JulienPalard