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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9345E8FEA89CA455

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"