From f82c4607c5f9e82eb1b1f94686f85be0e8a231ab Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sat, 2 May 2026 11:42:25 +0300 Subject: [PATCH] Add CITATION.cff --- CITATION.cff | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..a56e0ef --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,17 @@ +cff-version: 1.2.0 +title: "PySnooper: Never use print for debugging again" +message: "If you use PySnooper in academic work, please cite it as below." +type: software +authors: + - family-names: Rachum + given-names: Ram + - family-names: Hall + given-names: Alex + - family-names: Yanokura + given-names: Iori + - name: "PySnooper contributors" +date-released: 2019-06-03 +doi: 10.5281/zenodo.10462459 +repository-code: "https://github.com/cool-RR/PySnooper" +url: "https://github.com/cool-RR/PySnooper" +license: MIT