Skip to content

Commit c57e6e1

Browse files
authored
Update license-file metadata in pyproject.toml (#845)
1 parent 9f5b534 commit c57e6e1

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
@@ -9,7 +9,8 @@ version = "0.9.3.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
]
@@ -23,7 +24,6 @@ dependencies = [
2324
classifiers = [
2425
"Development Status :: 4 - Beta",
2526
"Intended Audience :: Science/Research",
26-
"License :: OSI Approved :: MIT License",
2727
"Operating System :: MacOS",
2828
"Operating System :: Microsoft :: Windows",
2929
"Operating System :: POSIX",

0 commit comments

Comments
 (0)