summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-21 17:34:31 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-21 17:34:31 -0400
commit62b7a231f0f97c23d82bf2db90243c9429cd9384 (patch)
treef5288431e56b2caec343a23720e88844f6ac8591 /setup.cfg
parent4d64156de17596dae33f2b12aaaea1d6c9327fd9 (diff)
parent349c587f5cb6384f14460f2e17610bc37ebcde4c (diff)
downloadpython-setuptools-git-62b7a231f0f97c23d82bf2db90243c9429cd9384.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 6 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 790b5c69..7bf9b2bb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,4 @@
[metadata]
-license_files =
- LICENSE
name = setuptools
version = 57.4.0
author = Python Packaging Authority
@@ -44,13 +42,13 @@ testing =
pytest >= 4.6
pytest-checkdocs >= 2.4
pytest-flake8
- # python_implementation: workaround for jaraco/skeleton#22
- # python_version: workaround for python/typed_ast#156
- pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
+ pytest-black >= 0.3.7; \
+ # workaround for jaraco/skeleton#22
+ python_implementation != "PyPy"
pytest-cov
- # python_implementation: workaround for jaraco/skeleton#22
- # python_version: workaround for python/typed_ast#156
- pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
+ pytest-mypy; \
+ # workaround for jaraco/skeleton#22
+ python_implementation != "PyPy"
pytest-enabler >= 1.0.1
# local