Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivhoenen authored Jan 21, 2025
1 parent 5937fe3 commit d416e8b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ build-backend = "setuptools.build_meta"
[project]
name = "imas-python"
authors = [
{name = "imas-python developers"},
{name = "Olivier Hoenen", email = "olivier.hoenen@iter.org"},
{name = "Karel Lucas van de Plassche", email = "karelvandeplassche@gmail.com"},
{name = "Daan van Vugt", email = "dvanvugt@ignitioncomputing.com"},
{name = "Maarten Sebregts", email = "msebregts@ignitioncomputing.com"},
{name = "ITER Organization", email = "imas-support@iter.org"},
]
description = "Pythonic wrappers for the IMAS Access Layer"
readme = {file = "README.md", content-type = "text/markdown"}
Expand All @@ -33,7 +35,7 @@ classifiers = [
"Intended Audience :: System Administrators",
# The license is prepended by private which makes it a valid trove classifier,
# it will also prevent uploading to package indices such as PyPI
"License :: Other/Proprietary License",
"License :: LGPL-3.0-or-later",
"Natural Language :: English",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit d416e8b

Please sign in to comment.