diff --git a/geos-geomechanics/pyproject.toml b/geos-geomechanics/pyproject.toml index 2f0f30879..be5ca9638 100644 --- a/geos-geomechanics/pyproject.toml +++ b/geos-geomechanics/pyproject.toml @@ -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", diff --git a/geos-mesh/pyproject.toml b/geos-mesh/pyproject.toml index d36346c52..30df3e5ee 100644 --- a/geos-mesh/pyproject.toml +++ b/geos-mesh/pyproject.toml @@ -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", diff --git a/geos-posp/pyproject.toml b/geos-posp/pyproject.toml index ff962fe87..0a4c32f50 100644 --- a/geos-posp/pyproject.toml +++ b/geos-posp/pyproject.toml @@ -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", diff --git a/geos-prep/pyproject.toml b/geos-prep/pyproject.toml deleted file mode 100644 index 1f0789ae9..000000000 --- a/geos-prep/pyproject.toml +++ /dev/null @@ -1,64 +0,0 @@ -[build-system] -requires = ["setuptools>=61.2"] -build-backend = "setuptools.build_meta" - -[tool.setuptools] -include-package-data = true - -[tool.setuptools.packages.find] -where = ["src"] -include = ["geos_prep*", "PVplugins*"] -exclude = ['tests*'] - -[project] -name = "geos-prep" -version = "1.0.0" -description = "The Python package geos-prep is dedicated to pre-process data from the geos simulation tool." -authors = [{name = "Martin Lemay", email = "martin.lemay@external.totalenergies.com"}] -license = {text = "Apache-2.0"} -classifiers = [ - "Intended Audience :: Developers", - "Development Status :: 4 - Beta", - "License :: OSI Approved :: Apache Software License ", - "Natural Language :: English", - "Operating System :: OS Independent", - "Programming Language :: Python :: 3 :: Only", - "Topic :: Scientific/Engineering :: Visualization", -] -keywords = [ - "GEOS", - "Simulation", -] -dependencies = [ - "vtk >= 9.3", - "numpy >= 2.2", - "pandas >= 2.2", - "typing_extensions >= 4.12", - "geos_posp >=1.0", -] -requires-python = ">= 3.9" - -[project.optional-dependencies] -dev = ["black", "ruff", "mypy", "sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints"] -test = ["pytest-cov", "pytest"] - -[tool.bumpversion] -current_version = "1.0.0" - -[[tool.bumpversion.files]] -filename = "pyproject.toml" -search = 'version = "{current_version}"' - -[tool.pytest.ini_options] -addopts = "" -console_output_style = "count" -python_classes = "Test" -python_files = "test*.py" -python_functions = "test*" -testpaths = ["tests"] - -[tool.coverage.run] -branch = true -source = ["PVplugins, geos-prep"] - - diff --git a/geos-pv/pyproject.toml b/geos-pv/pyproject.toml index 0444641c9..7a79bc45e 100644 --- a/geos-pv/pyproject.toml +++ b/geos-pv/pyproject.toml @@ -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", diff --git a/geos-trame/pyproject.toml b/geos-trame/pyproject.toml index 794d9af8d..4e98f6ce1 100644 --- a/geos-trame/pyproject.toml +++ b/geos-trame/pyproject.toml @@ -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", diff --git a/geos-utils/pyproject.toml b/geos-utils/pyproject.toml index 4901289f3..bc11980d8 100644 --- a/geos-utils/pyproject.toml +++ b/geos-utils/pyproject.toml @@ -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", diff --git a/geos-xml-tools/pyproject.toml b/geos-xml-tools/pyproject.toml index ba847c3fd..ca649740f 100644 --- a/geos-xml-tools/pyproject.toml +++ b/geos-xml-tools/pyproject.toml @@ -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" diff --git a/geos-xml-viewer/pyproject.toml b/geos-xml-viewer/pyproject.toml index 9b402a3d0..0b678a2e0 100644 --- a/geos-xml-viewer/pyproject.toml +++ b/geos-xml-viewer/pyproject.toml @@ -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",