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

View file

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