@@ -8,15 +8,18 @@ build-backend = "setuptools.build_meta"
88[project ]
99name = " imas-python"
1010authors = [
11- {name = " imas-python developers" },
12- {name = " Olivier Hoenen" , email = " olivier.hoenen@iter.org" },
11+ {name = " Karel Lucas van de Plassche" , email = " karelvandeplassche@gmail.com" },
12+ {name = " Daan van Vugt" , email = " dvanvugt@ignitioncomputing.com" },
13+ {name = " Maarten Sebregts" , email = " msebregts@ignitioncomputing.com" },
14+ {name = " ITER Organization" },
15+ {email = " imas-support@iter.org" },
1316]
1417description = " Pythonic wrappers for the IMAS Access Layer"
1518readme = {file = " README.md" , content-type = " text/markdown" }
1619requires-python = " >=3.7"
1720license = {file = " LICENSE.txt" }
1821classifiers = [
19- " Development Status :: 3 - Alpha " ,
22+ " Development Status :: 5 - Production/Stable " ,
2023 " Environment :: Console" ,
2124 " Environment :: Plugins" ,
2225 " Environment :: X11 Applications" ,
@@ -31,9 +34,7 @@ classifiers = [
3134 " Intended Audience :: Developers" ,
3235 " Intended Audience :: Science/Research" ,
3336 " Intended Audience :: System Administrators" ,
34- # The license is prepended by private which makes it a valid trove classifier,
35- # it will also prevent uploading to package indices such as PyPI
36- " License :: Other/Proprietary License" ,
37+ " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
3738 " Natural Language :: English" ,
3839 " Operating System :: POSIX" ,
3940 " Operating System :: POSIX :: Linux" ,
0 commit comments