Skip to content

Commit 554c511

Browse files
chore: Update license metadata in pyproject.toml (#534)
Co-authored-by: Camille Latapie <78221213+clatapie@users.noreply.github.com>
1 parent 58b10d2 commit 554c511

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

_package/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ version = "0.1.dev0"
99
description = "Documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"
12-
license = {file = "LICENSE"}
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
authors = [
14-
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},
15+
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}
1516
]
1617
maintainers = [
17-
{name = "PyAnsys developers", email = "pyansys.maintainers@ansys.com"},
18+
{name = "PyAnsys developers", email = "pyansys.maintainers@ansys.com"}
1819
]
1920

2021
classifiers = [
2122
"Development Status :: 4 - Beta",
22-
"License :: OSI Approved :: MIT License",
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27-
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.13"
2828
]
2929

3030
dependencies = [
3131
"importlib-metadata >=4.0",
3232
"flit>=3.8.0",
33-
"ansys-mapdl-core>=0.66.0",
33+
"ansys-mapdl-core>=0.66.0"
3434
]
3535

3636
[project.optional-dependencies]
@@ -51,7 +51,7 @@ doc = [
5151
"sphinx-autodoc-typehints==3.2.0",
5252
"sphinx-copybutton==0.5.2",
5353
"sphinx-notfound-page==1.1.0",
54-
"sphinx-gallery==0.20.0",
54+
"sphinx-gallery==0.20.0"
5555
]
5656
[tool.flit.module]
5757
name = "pyconverter.generatedcommands"

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@ version = "0.4.dev0"
99
description = "PyConverter-XML2Py converter."
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"
12-
license = {file = "LICENSE"}
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
authors = [
14-
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},
15+
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}
1516
]
1617
maintainers = [
17-
{name = "PyAnsys Core", email = "pyansys.core@ansys.com"},
18+
{name = "PyAnsys Core", email = "pyansys.core@ansys.com"}
1819
]
1920
classifiers = [
2021
"Development Status :: 4 - Beta",
21-
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13"
2627
]
2728
dependencies = [
2829
"click>=7.0,<9.0.0",
@@ -36,7 +37,7 @@ dependencies = [
3637
"pyyaml>=5.1.0",
3738
"tqdm>=4.64.1",
3839
"black>=24.2.0",
39-
"regex>=2021.4.4",
40+
"regex>=2021.4.4"
4041
]
4142

4243
[project.optional-dependencies]
@@ -52,7 +53,7 @@ tests = [
5253
"pytest-cov==7.0.0",
5354
"pytest-rerunfailures==16.1",
5455
"pyyaml==6.0.3",
55-
"regex==2026.3.32",
56+
"regex==2026.3.32"
5657
]
5758
doc = [
5859
"Sphinx==8.2.3",
@@ -72,7 +73,7 @@ doc = [
7273
"sphinx-autodoc-typehints==3.2.0",
7374
"sphinx-copybutton==0.5.2",
7475
"sphinx-notfound-page==1.1.0",
75-
"sphinx-gallery==0.20.0",
76+
"sphinx-gallery==0.20.0"
7677
]
7778

7879
[tool.flit.module]

0 commit comments

Comments
 (0)