Skip to content

Commit 03f3cc1

Browse files
committed
Fix bug in pyproject.toml where cmd2-ext-test wasn't getting installed for test setup
1 parent dec23d0 commit 03f3cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ docs = [
6363
"setuptools>=64",
6464
"setuptools_scm>=8",
6565
]
66+
plugins = ["cmd2-ext-test"]
6667
test = [
6768
"codecov>=2",
6869
"coverage>=7",
@@ -288,7 +289,7 @@ packages = ["cmd2"]
288289
[tool.setuptools_scm]
289290

290291
[tool.uv]
291-
default-groups = ["dev"]
292+
default-groups = ["dev", "plugins"]
292293

293294
[tool.uv.sources]
294295
cmd2-ext-test = { path = "plugins/ext_test", editable = true }

0 commit comments

Comments
 (0)