We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecc5ea commit e31a97cCopy full SHA for e31a97c
1 file changed
pyproject.toml
@@ -5,8 +5,9 @@ readme = "README.md"
5
authors = [
6
{name = "Andrew I Cockburn", email = "appdaemon@acockburn.com"},
7
]
8
-dynamic = ["version"] # The version is computed dynamically. See `tool.setuptools.dynamic` section below.
9
-license-files = [ "LICENSE.md" ]
+# The version is computed dynamically. See `tool.setuptools.dynamic` section below.
+dynamic = ["version"]
10
+license = {file = "LICENSE.md"}
11
requires-python = ">=3.10,<3.13"
12
keywords=[ "appdaemon", "home", "automation" ]
13
dependencies = [
@@ -107,7 +108,6 @@ markers = [
107
108
line-length = 120
109
110
# Ruff
-
111
[tool.ruff]
112
113
src = ["appdaemon", "tests"]
0 commit comments