Skip to content

Commit 8d8f3b5

Browse files
committed
Update pyproject.toml
1 parent ec2107d commit 8d8f3b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Andrew I Cockburn", email = "appdaemon@acockburn.com"},
77
]
88
dynamic = ["version"] # The version is computed dynamically. See `tool.setuptools.dynamic` section below.
9-
license= { file = "LICENSE.md" }
9+
license-files = [ "LICENSE.md" ]
1010
requires-python = ">=3.10,<3.13"
1111
keywords=[ "appdaemon", "home", "automation" ]
1212
dependencies = [
@@ -35,7 +35,6 @@ dependencies = [
3535
classifiers= [
3636
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Developers",
38-
"License :: OSI Approved :: Apache Software License",
3938
"Natural Language :: English",
4039
"Programming Language :: Python :: 3.10",
4140
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)