Skip to content

Commit b8cc3fc

Browse files
Secrusradoering
andauthored
Add CITATION.cff file (#8510)
Co-authored-by: Randy Döring <[email protected]>
1 parent 2234d71 commit b8cc3fc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CITATION.cff

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cff-version: 1.2.0
2+
title: "Poetry: Python packaging and dependency management made easy"
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
authors:
7+
- family-names: Eustace
8+
given-names: Sébastien
9+
- name: "The Poetry contributors"
10+
abstract: >-
11+
Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
12+
Poetry replaces setup.py, requirements.txt, setup.cfg, MANIFEST.in and Pipfile with a simple pyproject.toml based project format.
13+
license: MIT
14+
license-url: "https://github.com/python-poetry/poetry/blob/master/LICENSE"
15+
repository-code: "https://github.com/python-poetry/poetry"
16+
keywords:
17+
- python
18+
- packaging
19+
- dependency management
20+
type: software
21+
url: "https://python-poetry.org"

0 commit comments

Comments
 (0)