diff --git a/pyproject.toml b/pyproject.toml index ac9197d7..a20865f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.8.1" # ^3.8.1 required by flake8