diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-21 17:34:31 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-21 17:34:31 -0400 |
| commit | 62b7a231f0f97c23d82bf2db90243c9429cd9384 (patch) | |
| tree | f5288431e56b2caec343a23720e88844f6ac8591 /setup.cfg | |
| parent | 4d64156de17596dae33f2b12aaaea1d6c9327fd9 (diff) | |
| parent | 349c587f5cb6384f14460f2e17610bc37ebcde4c (diff) | |
| download | python-setuptools-git-62b7a231f0f97c23d82bf2db90243c9429cd9384.tar.gz | |
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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 |
