From 84b53d90527040c58c4236698c95cb6cd1f2736d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 2 Jan 2017 15:54:14 -0500 Subject: Default upload URL is now in Python 3.6. Use that. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4659acc..e080324 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,3 @@ dists = clean --all sdist bdist_wheel [wheel] universal = 1 - -[upload] -repository = https://upload.pypi.org/legacy/ -- cgit v1.2.1