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 faea062 commit 658a794Copy full SHA for 658a794
pyproject.toml
@@ -6,9 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "python-copier-template"
7
dynamic = ["version"]
8
requires-python = ">=3.10"
9
-
10
-[project.optional-dependencies]
11
-dev = [
+optional-dependencies = { dev = [
12
"copier",
13
"myst-parser",
14
"pre-commit",
@@ -19,7 +17,7 @@ dev = [
19
17
"sphinx-copybutton",
20
18
"sphinx-design",
21
"tox-uv",
22
-]
+] }
23
24
# # Without this, setuptools apparently try to scan the whole image's filesystem while working in /
25
# [tool.setuptools.packages.find]
0 commit comments