File tree Expand file tree Collapse file tree 9 files changed +24
-74
lines changed
Expand file tree Collapse file tree 9 files changed +24
-74
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ name = "geos-geomechanics"
1515version = " 0.1.0"
1616description = " Geomechanics models and processing tools"
1717authors = [{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" }]
1920license = {text = " Apache-2.0" }
2021classifiers = [
2122 " Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ name = "geos-mesh"
1515version = " 0.0.1"
1616description = " GEOS mesh tools"
1717authors = [{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" }]
1922license = {text = " LGPL-2.1" }
2023classifiers = [
2124 " Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ name = "geos-posp"
1515version = " 1.0.0"
1616description = " The Python package geos-posp is dedicated to post-process data from the geos simulation tool."
1717authors = [{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" }]
1921license = {text = " Apache-2.0" }
2022classifiers = [
2123 " Intended Audience :: Developers" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ name = "geos-pv"
77version = " 0.1.0"
88description = " geos-pv is a Python package that gathers Paraview plugins and dedicated utils to process and visualize GEOS inputs and outputs."
99authors = [{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" }]
1113license = {text = " Apache-2.0" }
1214classifiers = [
1315 " Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ build-backend = "setuptools.build_meta"
66name = " geos-trame"
77version = " 1.0.0"
88description = " 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" }]
1012license = {text = " Apache-2.0" }
1113classifiers = [
1214 " Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ name = "geos-utils"
1515version = " 0.1.0"
1616description = " geos-utils is a Python package that gathers utilities common to all GEOS python packages."
1717authors = [{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" }]
1921license = {text = " Apache-2.0" }
2022classifiers = [
2123 " Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
66name = " geos-xml-tools"
77version = " 0.6.0"
88description = " 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 " } ]
1212license = {text = " LGPL-2.1" }
1313
1414requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ exclude = ['tests*']
1414name = " geos-xml-viewer"
1515version = " 1.2.1"
1616description = " 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" }]
1820license = {text = " Apache-2.0" }
1921classifiers = [
2022 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments