From 68ab7d63aa63e50c3c38bdd8dc01c8530848e240 Mon Sep 17 00:00:00 2001 From: Gabriel Bolbotina Date: Wed, 16 Sep 2026 17:43:03 +0300 Subject: [PATCH] Add CITATION.cff for standardised citation --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..a4e860c --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "Mergin Maps Python Client" +type: software +authors: + - name: "Lutra Consulting Ltd." +url: "https://pypi.org/project/mergin-client/" +repository-code: "https://github.com/MerginMaps/python-api-client" +license: MIT