Skip to content

Commit faf3a24

Browse files
committed
pyproject.toml: Align with current license metadata guidance
1 parent 2eae333 commit faf3a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "pypcode"
33
description = "Machine code disassembly and IR translation library"
4-
license = { file = "LICENSE.txt" }
4+
license = "BSD-2-Clause AND Apache-2.0 AND Zlib"
5+
license-files = [ "LICENSE.txt" ]
56
readme = { file = "README.md", content-type = "text/markdown" }
67
classifiers = [
78
"Programming Language :: Python",

0 commit comments

Comments
 (0)