diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-02 15:54:14 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-02 15:54:14 -0500 |
commit | 84b53d90527040c58c4236698c95cb6cd1f2736d (patch) | |
tree | 4264ca77f5567253cd39280e13acefba2434f2b3 /setup.cfg | |
parent | b1133de832c3960777b9db80c070885c4bedd7c4 (diff) | |
download | pytest-runner-84b53d90527040c58c4236698c95cb6cd1f2736d.tar.gz |
Default upload URL is now in Python 3.6. Use that.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4,6 +4,3 @@ dists = clean --all sdist bdist_wheel [wheel] universal = 1 - -[upload] -repository = https://upload.pypi.org/legacy/ |