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 a239aa9 commit 6037ae1
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 @@ -9,6 +9,7 @@ build-backend = "poetry.core.masonry.api"
major_version_zero = true

[tool.poetry]
package-mode = false
name = "rootless-docker"
version = "0.2.2"
description = "Run Docker in Rootless Mode to Prevent Permission Errors"
Expand Down

0 comments on commit 6037ae1

Please sign in to comment.