From 97c5cda262ce948c0be90cc043e227be276c1cbe Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Wed, 10 Dec 2025 16:27:16 +0000 Subject: [PATCH] include a boilerplate `CITATION.cff` file with minimal info --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e4c66e6 --- /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: Python Template Repository +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Firstname + family-names: Surname + email: you@example.com + affiliation: Institute + orcid: 'https://orcid.org/0000-0000-0000-0000' +repository-code: 'https://github.com/CCPBioSim/Python-Template' +abstract: >- + A template repository for Python projects within the + CCPBioSim organisation +keywords: + - Template + - Python + - Package +license: MIT +version: 0.0.1 +date-released: '2025-12-10'