We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd40efb commit d96f370Copy full SHA for d96f370
1 file changed
ctt.toml
@@ -57,6 +57,22 @@ _extra_tasks = [
57
"uvx --with sp-repo-review[cli] repo-review . --select RTD --show errskip",
58
]
59
60
+[output.".ctt/cli_c_vcs"]
61
+get_package_version_from_vcs = true
62
+cli_framework = "cyclopts"
63
+in_pypi = true
64
+in_rtd = true
65
+in_codecov = true
66
+jupyter_files = "strip_outputs"
67
+
68
+[output.".ctt/cli_c_no_vcs"]
69
+get_package_version_from_vcs = false
70
71
72
73
74
+jupyter_files = "ignore"
75
76
[output.".ctt/cli_t_vcs"]
77
get_package_version_from_vcs = true
78
cli_framework = "typer"
0 commit comments