mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Add citation file
This commit is contained in:
parent
f429d99b6c
commit
c701fd3410
1 changed files with 14 additions and 0 deletions
14
CITATION.cff
Normal file
14
CITATION.cff
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue