mirror of https://github.com/mamba-org/mamba.git
Add minimal citation information for mamba (#3914)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com>
This commit is contained in:
parent
1ac3174e38
commit
78d165db39
|
@ -0,0 +1,20 @@
|
|||
cff-version: 1.2.0
|
||||
message: "If you use this software, please cite it as below."
|
||||
type: "software"
|
||||
title: "mamba"
|
||||
doi: "10.5281/zenodo.7434205"
|
||||
date-released: "2019-03"
|
||||
authors:
|
||||
- family-names: "QuantStack and Mamba Contributors"
|
||||
given-names: ""
|
||||
website: "https://github.com/mamba-org/mamba"
|
||||
repository-code: "https://github.com/mamba-org/mamba"
|
||||
url: "https://mamba.readthedocs.io/"
|
||||
abstract: "Mamba is a fast, robust, and cross-platform package manager. It is a drop-in replacement for Conda, with much faster dependency resolution and package installation."
|
||||
license: "BSD-3-Clause"
|
||||
keywords:
|
||||
- "package manager"
|
||||
- "conda"
|
||||
- "python"
|
||||
- "dependency resolution"
|
||||
- "cross-platform"
|
Loading…
Reference in New Issue