diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-28 16:41:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 16:41:06 -0500 |
| commit | 341972d1c1e804361e3b910e4e564a5da77bfa34 (patch) | |
| tree | 4473b0d04f9583da5483f8b75efae38dd4d84714 /setup.cfg | |
| parent | 0c63d161ecb96514c4b271abbee74ad952f2c537 (diff) | |
| parent | ce7632f3a75ab8771ec3bc71cf21136a22de55ff (diff) | |
| download | python-setuptools-git-341972d1c1e804361e3b910e4e564a5da77bfa34.tar.gz | |
Merge pull request #2582 from pypa/feature/2550-build-from-source
Rely on backend build path and bootstrap metadata to easily build from source
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ exclude = testing = # upstream pytest >= 3.5, !=3.7.3 - pytest-checkdocs >= 1.2.3 + pytest-checkdocs >= 2.4 pytest-flake8 pytest-black >= 0.3.7; python_implementation != "PyPy" pytest-cov |
