update metadata

This commit is contained in:
Pim Nelissen
2026-05-03 17:46:10 +02:00
parent b63fa68f21
commit d48f42e8af
2 changed files with 28 additions and 2 deletions

26
CITATION.cff Normal file
View File

@ -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

View File

@ -11,11 +11,11 @@ where = ["src"]
[project] [project]
name = "pg-rad" name = "pg-rad"
version = "0.2.1" version = "0.1.0"
authors = [ authors = [
{ name="Pim Nelissen", email="pi0274ne-s@student.lu.se" }, { name="Pim Nelissen", email="pi0274ne-s@student.lu.se" },
] ]
description = "Primary Gamma RADiation Landscape" description = "Primary Gamma RADiation Simulator"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12.4,<3.13" requires-python = ">=3.12.4,<3.13"
dependencies = [ dependencies = [