From d48f42e8af4abab30afb74d40f4bca03094e0aa3 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Sun, 3 May 2026 17:46:10 +0200 Subject: [PATCH] update metadata --- CITATION.cff | 26 ++++++++++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..815d9bd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: PG-RAD - Primary Gamma RADiation Simulator +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Pim + family-names: Nelissen + email: pi0274ne-s@student.lu.se + affiliation: Lund University +repository-code: 'https://github.com/pim-n/pg-rad' +abstract: >- + Primary Gamma RADiation (PG-RAD) is a deterministic + landscape simulator to simulate vehicle-based gamma source + localization scenarios. +keywords: + - gamma spectrometry + - mobile gamma spectrometry + - emergency preparedness + - environmental radiation +license: MIT + diff --git a/pyproject.toml b/pyproject.toml index e01e8e3..2013347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,11 @@ where = ["src"] [project] name = "pg-rad" -version = "0.2.1" +version = "0.1.0" authors = [ { name="Pim Nelissen", email="pi0274ne-s@student.lu.se" }, ] -description = "Primary Gamma RADiation Landscape" +description = "Primary Gamma RADiation Simulator" readme = "README.md" requires-python = ">=3.12.4,<3.13" dependencies = [