Skip to content

Commit e31a97c

Browse files
committed
license cfg change
1 parent eecc5ea commit e31a97c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ readme = "README.md"
55
authors = [
66
{name = "Andrew I Cockburn", email = "appdaemon@acockburn.com"},
77
]
8-
dynamic = ["version"] # The version is computed dynamically. See `tool.setuptools.dynamic` section below.
9-
license-files = [ "LICENSE.md" ]
8+
# The version is computed dynamically. See `tool.setuptools.dynamic` section below.
9+
dynamic = ["version"]
10+
license = {file = "LICENSE.md"}
1011
requires-python = ">=3.10,<3.13"
1112
keywords=[ "appdaemon", "home", "automation" ]
1213
dependencies = [
@@ -107,7 +108,6 @@ markers = [
107108
line-length = 120
108109

109110
# Ruff
110-
111111
[tool.ruff]
112112

113113
src = ["appdaemon", "tests"]

0 commit comments

Comments
 (0)