From 30caa0b652992930bb4308d41d98d3b8f21d2788 Mon Sep 17 00:00:00 2001 From: Daniel Elsner Date: Fri, 8 Aug 2025 15:58:37 +0200 Subject: [PATCH] docs: Add citation.cff file --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..21168c49 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: pixi-pack +message: >- + If pixi-pack contributes to a project that leads to a + scientific publication, please acknowledge this fact by + citing according to this file. +type: software +authors: + - given-names: Pavel + family-names: Zwerschke + email: pavel.zwerschke@quantco.com + - given-names: Daniel + family-names: Elsner + email: daniel.elsner@quantco.com +repository-code: 'https://github.com/Quantco/pixi-pack' +abstract: >- + A tool for packing and unpacking conda environments + created with pixi. +keywords: + - package-management + - project-management + - virtual-environments + - conda + - pypi + - development-tools + - pixi +license: BSD-3-Clause