Skip to content

Commit 1276a02

Browse files
authored
Update license in pyproject.toml (#954)
* Update license in pyproject.toml * Aktualisieren von CHANGELOG.md
1 parent 8574f6a commit 1276a02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. The format
88
- Add `Mesh.clear_points_without_cells()` to clear the list of points without cells (useful for center-points of multi-point constraints).
99
- Release FElupe on conda-forge, starting with v9.2.0.
1010

11+
### Fixed
12+
- Fix the declaration of the (spdx identifier) license and license-file in `pyproject.toml`.
13+
1114
## [9.2.0] - 2025-03-04
1215

1316
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ authors = [
1515

1616
]
1717
requires-python = ">=3.9"
18-
license = {file = "LICENSE"}
18+
license = "GPL-3.0-or-later"
19+
license-files = ["LICEN[CS]E.*"]
1920
keywords = [
2021
"computational-mechanics",
2122
"fea",
@@ -34,7 +35,6 @@ classifiers = [
3435
"Development Status :: 5 - Production/Stable",
3536
"Programming Language :: Python",
3637
"Intended Audience :: Science/Research",
37-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
3838
"Operating System :: OS Independent",
3939
"Programming Language :: Python",
4040
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)