Skip to content

Commit 85c8315

Browse files
chore(Poetry): Disable package mode
We only use Poetry for dependency management, not packaging.
1 parent ebfed24 commit 85c8315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build-backend = "poetry.core.masonry.api"
1212
major_version_zero = true
1313

1414
[tool.poetry]
15+
package-mode = false
1516
name = "docker-cache"
1617
version = "0.4.0"
1718
description = "Cache Docker Images Whether Built or Pulled"

0 commit comments

Comments
 (0)