diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 19:17:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 19:17:21 -0400 |
| commit | 1473924e53680ac37ae0aa66d863ff39cbc63f3a (patch) | |
| tree | 96dc9acbb68f9241ab8e140c79fbc347e03f0065 /pyproject.toml | |
| parent | 930ab79e2fdba0f5f8e54627dbe2b591695fd07f (diff) | |
| parent | aae281a9ff6c9a1fa9daad82c79457e8770a1c7e (diff) | |
| download | python-setuptools-git-1473924e53680ac37ae0aa66d863ff39cbc63f3a.tar.gz | |
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 70e3473d..03c40125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,5 @@ [build-system] -requires = [ - "wheel", -] +requires = [] build-backend = "setuptools.build_meta" backend-path = ["."] |
