Skip to content

Commit d7c6c5d

Browse files
committed
Update pyproject.toml
1 parent 5937fe3 commit d7c6c5d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "imas-python"
1010
authors = [
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
]
1417
description = "Pythonic wrappers for the IMAS Access Layer"
1518
readme = {file = "README.md", content-type = "text/markdown"}
1619
requires-python = ">=3.7"
1720
license = {file = "LICENSE.txt"}
1821
classifiers = [
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

Comments
 (0)