Skip to content

Commit f48050f

Browse files
authored
Add trove-classifiers requirement to pyproject.toml (#1774)
Fixes #1773
1 parent 00c0a1a commit f48050f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core", "setuptools >= 77.0.3"]
2+
requires = ["scikit-build-core", "setuptools >= 77.0.3", "trove-classifiers>=2025.8.6.13"]
33
build-backend = "scikit_build_core.setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)