Skip to content

Commit 658a794

Browse files
committed
Tidy pyproject.toml
1 parent faea062 commit 658a794

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "python-copier-template"
77
dynamic = ["version"]
88
requires-python = ">=3.10"
9-
10-
[project.optional-dependencies]
11-
dev = [
9+
optional-dependencies = { dev = [
1210
"copier",
1311
"myst-parser",
1412
"pre-commit",
@@ -19,7 +17,7 @@ dev = [
1917
"sphinx-copybutton",
2018
"sphinx-design",
2119
"tox-uv",
22-
]
20+
] }
2321

2422
# # Without this, setuptools apparently try to scan the whole image's filesystem while working in /
2523
# [tool.setuptools.packages.find]

0 commit comments

Comments
 (0)