We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64c08f commit 48cdf18Copy full SHA for 48cdf18
pyproject.toml
@@ -6,9 +6,6 @@ requires = ["hatchling"]
6
authors = [
7
{name = "Justin Flannery", email = "[email protected]"}
8
]
9
-dependencies = [
10
- "cookiecutter~=2.4.0"
11
-]
12
description = "Brief description of the project"
13
license = "MIT"
14
name = "example-project"
@@ -18,6 +15,7 @@ version = "0.0.0"
18
15
19
16
[tool.hatch.envs.default]
20
17
dependencies = [
+ "cookiecutter~=2.4.0",
21
"coverage[toml]>=6.5",
22
"pytest"
23
@@ -26,6 +24,7 @@ post-install-commands = [
26
24
"pre-commit install"
27
25
28
python = "3.11"
+skip-install = true
29
type = "virtual"
30
31
[tool.hatch.envs.default.scripts]
0 commit comments