Skip to content

Commit 117e21e

Browse files
committed
Fix setuptools build metadata for Python 3.14
1 parent 12c3db4 commit 117e21e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=77", "wheel"]
2+
requires = ["setuptools>=77"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -15,7 +15,6 @@ keywords = ["utilities", "logging", "config", "json", "toml", "yaml", "masking",
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: Apache Software License",
1918
"Operating System :: OS Independent",
2019
"Programming Language :: Python :: 3",
2120
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)