Skip to content

Commit 422e011

Browse files
authored
fix: proper LICENSE metadata for package (#893)
1 parent c9baf6f commit 422e011

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
@@ -9,7 +9,8 @@ version = "0.10.1.dev0"
99
description = "PyDPF-Post Python library."
1010
readme = "README.md"
1111
requires-python = ">=3.9,<4.0"
12-
license = {file = "LICENSE"}
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
authors = [
1415
{name = "ANSYS, Inc.", email = "[email protected]"},
1516
]

0 commit comments

Comments
 (0)