File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. The format
8
8
- Add ` Mesh.clear_points_without_cells() ` to clear the list of points without cells (useful for center-points of multi-point constraints).
9
9
- Release FElupe on conda-forge, starting with v9.2.0.
10
10
11
+ ### Fixed
12
+ - Fix the declaration of the (spdx identifier) license and license-file in ` pyproject.toml ` .
13
+
11
14
## [ 9.2.0] - 2025-03-04
12
15
13
16
### Added
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ authors = [
15
15
16
16
]
17
17
requires-python = " >=3.9"
18
- license = {file = " LICENSE" }
18
+ license = " GPL-3.0-or-later"
19
+ license-files = [" LICEN[CS]E.*" ]
19
20
keywords = [
20
21
" computational-mechanics" ,
21
22
" fea" ,
@@ -34,7 +35,6 @@ classifiers = [
34
35
" Development Status :: 5 - Production/Stable" ,
35
36
" Programming Language :: Python" ,
36
37
" Intended Audience :: Science/Research" ,
37
- " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
38
38
" Operating System :: OS Independent" ,
39
39
" Programming Language :: Python" ,
40
40
" Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments