From e6447760bf43cd24d9f9ba97f97a3815920507e3 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 23 Sep 2025 14:49:22 +0800 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..5fb52e91 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: pocketpy +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - name: blueloveTH + website: 'https://pocketpy.dev' +repository-code: 'https://github.com/pocketpy/pocketpy' +url: 'https://pocketpy.dev' +abstract: >- + A portable python 3.x interpreter in modern C for game scripting. +keywords: + - python + - c + - interpreter +license: MIT \ No newline at end of file