Skip to content

Commit

Permalink
chore(Poetry): Disable package mode
Browse files Browse the repository at this point in the history
We only use Poetry for dependency management, not
packaging.
  • Loading branch information
Kurt-von-Laven committed Mar 26, 2024
1 parent ebfed24 commit 85c8315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build-backend = "poetry.core.masonry.api"
major_version_zero = true

[tool.poetry]
package-mode = false
name = "docker-cache"
version = "0.4.0"
description = "Cache Docker Images Whether Built or Pulled"
Expand Down

0 comments on commit 85c8315

Please sign in to comment.