From f9974cd04bb1e804535fe56be28b951c76ed0204 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:31:36 +0000 Subject: [PATCH 1/2] Create CITATION.cff --- CITATION.cff | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..4132d55 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,23 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: morphapi +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Federico + family-names: Claudi + - given-names: BrainGlobe + family-names: Developers + email: hello@brainglobe.info +repository-code: 'https://github.com/brainglobe/morphapi' +url: 'https://brainglobe.info' +abstract: >- + A lightweight python package to download neuronal + morphologies. +license: MIT +date-released: '2023-11-16' +year: 2023 From 1420713442e7e2fcca7d22f84fb2481e2ba5bf79 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:32:11 +0000 Subject: [PATCH 2/2] Update MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 25dc798..22cc859 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ +include CITATION.cff include LICENSE include README.md exclude .pre-commit-config.yaml