summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-09 09:50:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-09 09:50:49 -0400
commit7edaa321dead30e33accdb7512f9e95bbef9fe38 (patch)
tree0d3ea1e5ae1b255cdad2ebfb31018614f260d317 /setup.cfg
parentdfb1a9424d373fb2f949f2d45f79d8008ede276b (diff)
downloadpytest-runner-7edaa321dead30e33accdb7512f9e95bbef9fe38.tar.gz
Update release process to use warehouse rather than legacy PyPI. Ref pypa/warehouse#1422.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8004dcb..dcd8d12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,10 @@
[aliases]
-release = clean --all sdist bdist_wheel build_sphinx upload upload_docs
+release = dists build_sphinx upload upload_docs
+dists = clean --all sdist bdist_wheel
test = pytest
[wheel]
universal = 1
+
+[upload]
+repository = https://upload.pypi.org/legacy/