You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"project_description": "An example repo generated from the `cookiecutter-scverse` template. Feel free to look around this repo and check out the docs to find out if the template works for you!",
9
+
"project_description": "An example repo generated from the `cookiecutter-scverse` template.",
An example repo generated from the `cookiecutter-scverse` template. Feel free to look around this repo and check out the docs to find out if the template works for you!
9
+
An example repo generated from the `cookiecutter-scverse` template.
Copy file name to clipboardExpand all lines: pyproject.toml
+20-32Lines changed: 20 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
5
5
[project]
6
6
name = "cookiecutter-scverse-instance"
7
7
version = "0.0.1"
8
-
description = "An example repo generated from the `cookiecutter-scverse` template. Feel free to look around this repo and check out the docs to find out if the template works for you!"
8
+
description = "An example repo generated from the `cookiecutter-scverse` template."
9
9
readme = "README.md"
10
10
license = { file = "LICENSE" }
11
11
maintainers = [
@@ -57,43 +57,31 @@ doc = [
57
57
"sphinxext-opengraph",
58
58
]
59
59
60
-
[tool.hatch.envs.default]
61
-
installer = "uv"
62
-
dependency-groups = [ "dev" ]
63
-
64
-
[tool.hatch.envs.docs]
65
-
dependency-groups = [ "doc" ]
66
-
scripts.build = "sphinx-build -M html docs docs/_build -W {args}"
0 commit comments