From afef30231d0264ba89956b72988acbd19b6ad67c Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Thu, 6 Mar 2025 21:19:30 +0530 Subject: [PATCH] Add CITATION.cff --- CITATION.cff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ce6c91e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Kambhampati" + given-names: "Phani Pavan" + orcid: "https://orcid.org/0000-0001-7197-728X" +title: "Harmoney: Simple Distributed Function Calling Framework" +version: 0.1.0 +doi: 10.5281/zenodo.14965940 +date-released: 2025-03-03 +url: "https://github.com/kphanipavan/harmoney" \ No newline at end of file