Skip to content

Commit 4d30913

Browse files
authored
Update project license metadata (#8)
* License is MIT, not Apache 2.0 * Use SPDX license expression instead of trove classifiers * Explicitly specify license file location
1 parent 5d31ad4 commit 4d30913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dependencies = [
2727
requires-python = ">=3.11"
2828

2929
readme = "README.md"
30-
license = {text = "Apache 2.0"}
30+
license = "MIT"
31+
license-files = ["LICENSE"]
3132
classifiers = [
3233
"Development Status :: 5 - Production/Stable",
33-
"License :: OSI Approved :: Apache Software License",
3434
"Programming Language :: Python :: 3",
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)