Skip to content

Commit

Permalink
Use poetry package-mode=false (#361)
Browse files Browse the repository at this point in the history
Added in poetry 1.8

(metadata unused since charm is not a Python package)
  • Loading branch information
carlcsaposs-canonical authored Jul 29, 2024
1 parent 852cb9d commit 649a898
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# See LICENSE file for licensing details.

[tool.poetry]
name = "pgbouncer-k8s"
version = "0.0.1-dev.0"
description = ""
authors = []
license = "Apache-2.0"
readme = "README.md"
homepage = "https://charmhub.io/pgbouncer-k8s"
repository = "https://github.com/canonical/pgbouncer-k8s-operator"
package-mode = false

[tool.poetry.dependencies]
python = "^3.8.10"
Expand Down

0 comments on commit 649a898

Please sign in to comment.