summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-20 12:41:04 -0500
committerGitHub <noreply@github.com>2021-02-20 12:41:04 -0500
commit9aee3bf752e0b052b6a6fbc01d56c3a49ccf0938 (patch)
tree4f23278b9f1f47eecd042da35fca840d7f76d61d /setup.cfg
parent23cae26198fdda29e75cd0c1076ad601b0532d6b (diff)
parentd31f7f0c3d72482db7c2aebbfdb2e56ab81b817b (diff)
downloadpython-setuptools-git-9aee3bf752e0b052b6a6fbc01d56c3a49ccf0938.tar.gz
Merge branch 'main' into jaraco-path-build
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a3b9ca1b..0cdbb1ea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
-version = 52.0.0
+version = 53.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
@@ -58,6 +58,7 @@ testing =
pip>=19.1 # For proper file:// URLs support.
jaraco.envs
pytest-xdist
+ sphinx
jaraco.path>=3.2.0
docs =