Skip to content

Commit cd85a84

Browse files
Use poetry package-mode=false (#296)
Added in poetry 1.8
1 parent 719ccfb commit cd85a84

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
# See LICENSE file for licensing details.
33

44
[tool.poetry]
5-
# Charm is not packed as a standard Python package; this information is not used
6-
name = "charm"
7-
version = "0.1.0"
8-
description = ""
9-
authors = []
5+
package-mode = false
106

117
[tool.poetry.dependencies]
128
python = "^3.10"

0 commit comments

Comments
 (0)