From c701fd3410a4067d0db8bd2120bee93a1a12277f Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Jun 2025 12:16:01 -0500 Subject: [PATCH] Add citation file --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..b4e96c36c --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ + +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +type: software +title: "uv" +abstract: "An extremely fast Python package and project manager, written in Rust." +authors: + - name: "Astral Software Inc." + email: "hey@astral.sh" +repository-code: "https://github.com/astral-sh/uv" +url: "https://docs.astral.sh/uv/" +license: + - "Apache-2.0" + - "MIT"