We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986e9b commit ef4fd05Copy full SHA for ef4fd05
template/pyproject.toml.jinja
@@ -220,7 +220,7 @@ exclude = "_version.py"
220
#--------------- Build and check your package ---------------#
221
222
# This table installs the tools you need to test and build your package
223
-[tool.hatch.envs.install]
+[tool.hatch.envs.build]
224
description = """Test the installation the package."""
225
dependencies = [
226
"pip",
@@ -229,7 +229,7 @@ dependencies = [
229
detached = true
230
231
# This table installs created the command hatch run install:check which will build and check your package.
232
-[tool.hatch.envs.install.scripts]
+[tool.hatch.envs.build.scripts]
233
check = [
234
"pip check",
235
"hatch build {args:--clean}",
0 commit comments