Skip to content

Commit eb757a3

Browse files
CHORE: Update package metadata license (PEP 639) (#6094)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent d48283a commit eb757a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/6094.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update package metadata license (PEP 639)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dynamic = ["version"]
99
description = "High-level Python API for Ansys Electronics Desktop Framework"
1010
readme = "README.md"
1111
requires-python = ">=3.8,<4"
12-
license = {file = "LICENSE"}
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
authors = [{name = "ANSYS, Inc.", email = "[email protected]"}]
1415
maintainers = [{name = "ANSYS, Inc.", email = "[email protected]"}]
1516
classifiers = [
@@ -18,7 +19,6 @@ classifiers = [
1819
"Intended Audience :: Developers",
1920
"Intended Audience :: Science/Research",
2021
"Intended Audience :: Manufacturing",
21-
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python :: 3.8",
2424
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)