We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5b534 commit c57e6e1Copy full SHA for c57e6e1
pyproject.toml
@@ -9,7 +9,8 @@ version = "0.9.3.dev0"
9
description = "PyDPF-Post Python library."
10
readme = "README.md"
11
requires-python = ">=3.9,<4.0"
12
-license = {file = "LICENSE"}
+license = "MIT"
13
+license-files = ["LICENSE"]
14
authors = [
15
{name = "ANSYS, Inc.", email = "[email protected]"},
16
]
@@ -23,7 +24,6 @@ dependencies = [
23
24
classifiers = [
25
"Development Status :: 4 - Beta",
26
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: MIT License",
27
"Operating System :: MacOS",
28
"Operating System :: Microsoft :: Windows",
29
"Operating System :: POSIX",
0 commit comments