Drop unnecessary `wheel` declaration from stub pkg

This commit is contained in:
Sviatoslav Sydorenko 2022-12-06 22:18:59 +01:00
parent ee83abeb35
commit 3f27ae2c90
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
env:
CONTENTS: |
[build-system]
requires = ["setuptools>=61", "wheel"]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "test-package"