Skip to content

Commit 2a6b5af

Browse files
fix: Remove geos prep and update pyproject maintainers (#127)
* Remove geos-prep * Update pyproject maintainers
1 parent 440009b commit 2a6b5af

File tree

9 files changed

+24
-74
lines changed

9 files changed

+24
-74
lines changed

geos-geomechanics/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ name = "geos-geomechanics"
1515
version = "0.1.0"
1616
description = "Geomechanics models and processing tools"
1717
authors = [{name = "GEOS contributors" }]
18-
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
18+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
19+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
1920
license = {text = "Apache-2.0"}
2021
classifiers = [
2122
"Development Status :: 4 - Beta",

geos-mesh/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ name = "geos-mesh"
1515
version = "0.0.1"
1616
description = "GEOS mesh tools"
1717
authors = [{name = "GEOS Contributors" }]
18-
maintainers = [{name = "Christopher Sherman", email = "sherman27@llnl.gov"}]
18+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
19+
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
20+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" },
21+
{name = "Christopher Sherman", email = "sherman27@llnl.gov"}]
1922
license = {text = "LGPL-2.1"}
2023
classifiers = [
2124
"Development Status :: 4 - Beta",

geos-posp/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ name = "geos-posp"
1515
version = "1.0.0"
1616
description = "The Python package geos-posp is dedicated to post-process data from the geos simulation tool."
1717
authors = [{name = "GEOS Contributors" }]
18-
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
18+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
19+
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
20+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
1921
license = {text = "Apache-2.0"}
2022
classifiers = [
2123
"Intended Audience :: Developers",

geos-prep/pyproject.toml

Lines changed: 0 additions & 64 deletions
This file was deleted.

geos-pv/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ name = "geos-pv"
77
version = "0.1.0"
88
description = "geos-pv is a Python package that gathers Paraview plugins and dedicated utils to process and visualize GEOS inputs and outputs."
99
authors = [{name = "GEOS Contributors" }]
10-
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
10+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
11+
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
12+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
1113
license = {text = "Apache-2.0"}
1214
classifiers = [
1315
"Development Status :: 4 - Beta",

geos-trame/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ build-backend = "setuptools.build_meta"
66
name = "geos-trame"
77
version = "1.0.0"
88
description = "Geos Simulation Modeler"
9-
authors = [{name = "Lionel Untereiner", email = "lionel.untereiner@external.totalenergies.com"}]
9+
authors = [{name = "GEOS Contributors" }]
10+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
11+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
1012
license = {text = "Apache-2.0"}
1113
classifiers = [
1214
"Development Status :: 4 - Beta",

geos-utils/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ name = "geos-utils"
1515
version = "0.1.0"
1616
description = "geos-utils is a Python package that gathers utilities common to all GEOS python packages."
1717
authors = [{name = "GEOS Contributors" }]
18-
maintainers = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}]
18+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
19+
{name = "Romain Baville", email = "romain.baville@external.totalenergies.com" },
20+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
1921
license = {text = "Apache-2.0"}
2022
classifiers = [
2123
"Development Status :: 4 - Beta",

geos-xml-tools/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
66
name = "geos-xml-tools"
77
version = "0.6.0"
88
description = "Tools for enabling advanced xml features in GEOSX"
9-
maintainers = [
10-
{name = "Christopher Sherman", email = "sherman27@llnl.gov" }
11-
]
9+
authors = [{name = "GEOS Contributors" }]
10+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
11+
{name = "Christopher Sherman", email = "sherman27@llnl.gov"}]
1212
license = {text = "LGPL-2.1"}
1313

1414
requires-python = ">=3.8"

geos-xml-viewer/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ exclude = ['tests*']
1414
name = "geos-xml-viewer"
1515
version = "1.2.1"
1616
description = "geos-xml-viewer is a Python package dedicated to preprocessing and postpressing of data for the geos simulation framework"
17-
authors = [{name = "Lionel Untereiner", email = "lionel.untereiner@external.totalenergies.com"}]
17+
authors = [{name = "GEOS Contributors" }]
18+
maintainers = [{name = "Alexandre Benedicto", email = "alexandre.benedicto@external.totalenergies.com" },
19+
{name = "Paloma Martinez", email = "paloma.martinez@external.totalenergies.com" }]
1820
license = {text = "Apache-2.0"}
1921
classifiers = [
2022
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)