Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.pypirc
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-13 07:21:33 +0000
committerGitHub <noreply@github.com>2021-04-13 07:21:33 +0000
commit509784b3e5d4edf33a4004b083eb7deee98fc9ca (patch)
tree84995382c5af79bc5a42a4e4a0041e337f72d109 /.pypirc
parent7c902a6c83868abb7913a4303dfd36306ca8d189 (diff)
parentd1bf6a6182ea7c8246d703daf6523e5198f63971 (diff)
Merge pull request #294 from advaithm/flit-builtools
Move to flit as build tool
Diffstat (limited to '.pypirc')
-rw-r--r--.pypirc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.pypirc b/.pypirc
new file mode 100644
index 00000000..7b926de7
--- /dev/null
+++ b/.pypirc
@@ -0,0 +1,6 @@
+[distutils]
+index-servers =
+ pypi
+
+[pypi]
+repository = https://upload.pypi.org/legacy/ \ No newline at end of file