Skip to content

Commit 934cb46

Browse files
committed
build(pkg): declare license files
1 parent 20b9c28 commit 934cb46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ readme = "README.md"
88
authors = [
99
{name="zigai"},
1010
]
11-
license = {file="LICENSE"}
11+
license = "MIT"
12+
license-files = ["LICENSE", "NOTICE"]
1213
classifiers = [
1314
"Development Status :: 3 - Alpha",
1415
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)