We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b8997 commit b21203aCopy full SHA for b21203a
pyproject.toml
@@ -16,6 +16,7 @@ classifiers = [
16
'Programming Language :: Python',
17
'Programming Language :: Python :: 3 :: Only',
18
]
19
+dynamic = ["dependencies", "optional-dependencies"]
20
21
[project.urls]
22
"Homepage" = "https://github.com/BetonQuest/mkdocs-snippets"
@@ -24,7 +25,6 @@ classifiers = [
24
25
[build-system]
26
requires = ["setuptools>=61.0.0", "wheel"]
27
build-backend = "setuptools.build_meta"
-dynamic = ["dependencies", "optional-dependencies"]
28
29
[tool.setuptools.dynamic]
30
dependencies = { file = ["requirements.in"] }
0 commit comments