Skip to content

Commit ab143ff

Browse files
feat: use license metadata properly (#1961)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent ec02380 commit ab143ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/1961.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use license metadata properly

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ version = "0.11.dev0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.10,<4"
11-
license = { file = "LICENSE" }
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1213
authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
1314
maintainers = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
1415
classifiers = [
1516
"Development Status :: 4 - Beta",
1617
"Intended Audience :: Science/Research",
1718
"Topic :: Scientific/Engineering :: Information Analysis",
18-
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)