Skip to content

Commit

Permalink
Use poetry package-mode=false (#296)
Browse files Browse the repository at this point in the history
Added in poetry 1.8
  • Loading branch information
carlcsaposs-canonical committed Aug 8, 2024
1 parent 719ccfb commit cd85a84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
# See LICENSE file for licensing details.

[tool.poetry]
# Charm is not packed as a standard Python package; this information is not used
name = "charm"
version = "0.1.0"
description = ""
authors = []
package-mode = false

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

0 comments on commit cd85a84

Please sign in to comment.