From 01e1054c171649eb7d29659855a6879197de1c6e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 3 Jun 2016 11:42:30 -0400 Subject: Override the repository for uploading docs (back to default). Fixes #604. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 47248a67..e34ebee7 100755 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ repository = https://upload.pypi.io/legacy/ [upload_docs] upload-dir = docs/build/html +repository = https://pypi.python.org/pypi [sdist] formats = gztar zip -- cgit v1.2.3