Skip to content

Commit 38abfde

Browse files
committed
fix: pyproject: Add minimal 'project' table
invoke failed to run and gave an error message: error: No `project` table found in: `<path_to_invoke_checkout>/pyproject.toml` Provide a minimal project table since maintainer will want to fill this in himself. Signed-off-by: laurensmiers <laurens.miers@mind.be>
1 parent 65dd896 commit 38abfde

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[project]
2+
name = "invoke"
3+
version = "2.2.0"
4+
15
[tool.mypy]
26
# check_untyped_defs = true
37
# follow_imports_for_stubs = true

0 commit comments

Comments
 (0)