diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fdc329bb..4b13c41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,5 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt [build-system] -requires = ['setuptools', 'wheel'] +requires = ['setuptools'] build-backend = 'setuptools.build_meta' |
