Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion geos-geomechanics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ name = "geos-geomechanics"
version = "0.1.0"
description = "Geomechanics models and processing tools"
authors = [{name = "GEOS contributors" }]
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
5 changes: 4 additions & 1 deletion geos-mesh/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ name = "geos-mesh"
version = "0.0.1"
description = "GEOS mesh tools"
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Christopher Sherman", email = "sherman27@llnl.gov"}]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" },
{name = "Christopher Sherman", email = "sherman27@llnl.gov"}]
license = {text = "LGPL-2.1"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
4 changes: 3 additions & 1 deletion geos-posp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ name = "geos-posp"
version = "1.0.0"
description = "The Python package geos-posp is dedicated to post-process data from the geos simulation tool."
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
license = {text = "Apache-2.0"}
classifiers = [
"Intended Audience :: Developers",
Expand Down
64 changes: 0 additions & 64 deletions geos-prep/pyproject.toml

This file was deleted.

4 changes: 3 additions & 1 deletion geos-pv/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ name = "geos-pv"
version = "0.1.0"
description = "geos-pv is a Python package that gathers Paraview plugins and dedicated utils to process and visualize GEOS inputs and outputs."
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
4 changes: 3 additions & 1 deletion geos-trame/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ build-backend = "setuptools.build_meta"
name = "geos-trame"
version = "1.0.0"
description = "Geos Simulation Modeler"
authors = [{name = "Lionel Untereiner", email = "lionel.untereiner@external.totalenergies.com"}]
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
4 changes: 3 additions & 1 deletion geos-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ name = "geos-utils"
version = "0.1.0"
description = "geos-utils is a Python package that gathers utilities common to all GEOS python packages."
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
6 changes: 3 additions & 3 deletions geos-xml-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
name = "geos-xml-tools"
version = "0.6.0"
description = "Tools for enabling advanced xml features in GEOSX"
maintainers = [
{name = "Christopher Sherman", email = "sherman27@llnl.gov" }
]
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Christopher Sherman", email = "sherman27@llnl.gov"}]
license = {text = "LGPL-2.1"}

requires-python = ">=3.8"
Expand Down
4 changes: 3 additions & 1 deletion geos-xml-viewer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ exclude = ['tests*']
name = "geos-xml-viewer"
version = "1.2.1"
description = "geos-xml-viewer is a Python package dedicated to preprocessing and postpressing of data for the geos simulation framework"
authors = [{name = "Lionel Untereiner", email = "lionel.untereiner@external.totalenergies.com"}]
authors = [{name = "GEOS Contributors" }]
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
license = {text = "Apache-2.0"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down