diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-20 12:41:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 12:41:04 -0500 |
| commit | 9aee3bf752e0b052b6a6fbc01d56c3a49ccf0938 (patch) | |
| tree | 4f23278b9f1f47eecd042da35fca840d7f76d61d /setup.cfg | |
| parent | 23cae26198fdda29e75cd0c1076ad601b0532d6b (diff) | |
| parent | d31f7f0c3d72482db7c2aebbfdb2e56ab81b817b (diff) | |
| download | python-setuptools-git-9aee3bf752e0b052b6a6fbc01d56c3a49ccf0938.tar.gz | |
Merge branch 'main' into jaraco-path-build
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = |
