1010[build-system ]
1111build-backend  = " setuptools.build_meta" 
1212requires  = [
13-     " setuptools >= 75.5 " 
14-     " setuptools_scm >= 8.1 " 
13+     " setuptools >= 78.1 " 
14+     " setuptools_scm >= 8.2 " 
1515    " wheel >= 0.45" 
1616]
1717
@@ -22,8 +22,9 @@ local_scheme = "no-local-version"
2222
2323[project ]
2424name  = " pypeec" 
25+ license  = " MPL-2.0" 
26+ license-files  = [" LICENSE.txt" 
2527description  = " PyPEEC - 3D Quasi-Magnetostatic Solver" 
26- license  = {text  = " MPL-2.0" 
2728authors  = [{name  = " Thomas Guillod" email  = " guillod@otvam.ch" 
2829maintainers  = [{name  = " Thomas Guillod" email  = " guillod@otvam.ch" 
2930keywords  = [
@@ -46,7 +47,6 @@ classifiers = [
4647    " Intended Audience :: Education" 
4748    " Intended Audience :: Science/Research" 
4849    " Development Status :: 5 - Production/Stable" 
49-     " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" 
5050    " Operating System :: OS Independent" 
5151    " Programming Language :: Python :: 3" 
5252    " Programming Language :: Unix Shell" 
@@ -99,7 +99,6 @@ packages = [
9999    " pypeec.utils" 
100100    " pypeec.data" 
101101]
102- license-files  = [" LICENSE.txt" 
103102include-package-data  = true 
104103
105104[tool .setuptools .package-data ]
0 commit comments