Skip to content

Commit b21203a

Browse files
fix dynamic fields in pyproject.toml
1 parent c9b8997 commit b21203a

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
@@ -16,6 +16,7 @@ classifiers = [
1616
'Programming Language :: Python',
1717
'Programming Language :: Python :: 3 :: Only',
1818
]
19+
dynamic = ["dependencies", "optional-dependencies"]
1920

2021
[project.urls]
2122
"Homepage" = "https://github.com/BetonQuest/mkdocs-snippets"
@@ -24,7 +25,6 @@ classifiers = [
2425
[build-system]
2526
requires = ["setuptools>=61.0.0", "wheel"]
2627
build-backend = "setuptools.build_meta"
27-
dynamic = ["dependencies", "optional-dependencies"]
2828

2929
[tool.setuptools.dynamic]
3030
dependencies = { file = ["requirements.in"] }

0 commit comments

Comments
 (0)