diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000000000000000000000000000000000000..5b635c1e97d86f2b7b51a54467ff7c14865c9e54 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,39 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "license": "https://spdx.org/licenses/BSD-3-Clause", + "codeRepository": "git+https://gitlab.opengeosys.org/ogs/container-maker", + "contIntegration": "https://gitlab.opengeosys.org/ogs/container-maker/-/pipelines", + "dateCreated": "2018-10-15", + "datePublished": "2019-01-04", + "dateModified": "2020-12-08", + "downloadUrl": "https://pypi.org/project/ogscm", + "issueTracker": "https://gitlab.opengeosys.org/ogs/container-maker/-/issues", + "name": "ogs-container-maker", + "version": "2.0.1", + "description": "An extension of hpc-container-maker to generate container definition files for the OpenGeoSys software.", + "developmentStatus": "active", + "isPartOf": "https://www.opengeosys.org", + "programmingLanguage": [ + "Python 3" + ], + "softwareRequirements": [ + "https://github.com/NVIDIA/hpc-container-maker" + ], + "relatedLink": [ + "https://www.opengeosys.org" + ], + "author": [ + { + "@type": "Person", + "@id": "https://orcid.org/0000-0001-8986-2413", + "givenName": "Lars", + "familyName": "Bilke", + "email": "lars.bilke@ufz.de", + "affiliation": { + "@type": "Organization", + "name": "Helmholtz Centre for Environmental Research – UFZ" + } + } + ] +} diff --git a/pyproject.toml b/pyproject.toml index 5762c84810839a4436f14c3d8227a7dafdc334ff..fecfff37a715018509a032ef2dc55043a41a51a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ogscm" -version = "2.0.0" +version = "2.0.1" description = "OGS Container Maker" authors = ["Lars Bilke <lars.bilke@ufz.de>"] license = "BSD 3-clause"