summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-17 16:34:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-10-17 16:34:23 -0400
commit419087c45b105579f69d8bc729c1aa09eb493c17 (patch)
tree88b2c194a60164aa460b378323b450423a7e88ee /setup.cfg
parent38de858e37f9c7a90498ea78c78ed76aca835ad2 (diff)
parent898ae04656066d88add9c0a8750f32f938d99716 (diff)
downloadpython-setuptools-git-419087c45b105579f69d8bc729c1aa09eb493c17.tar.gz
Merge branch 'master' into debt/drop-py35
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 8558057f..0d3fdcf6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 47.1.1
+version = 50.3.2
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
@@ -37,6 +37,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration
@@ -69,8 +70,9 @@ tests =
coverage>=4.5.1
pytest-cov>=2.5.1
paver
- futures; python_version=="2.7"
pip>=19.1 # For proper file:// URLs support.
+ jaraco.envs
+ jaraco.test >= 3.1.1; python_version >= "3.6"
docs =
# Keep these in sync with docs/requirements.txt