From d45a9baf8030bdbad0e2876ffda996bfb97aa930 Mon Sep 17 00:00:00 2001 From: Bartek Sokorski Date: Thu, 5 Oct 2023 15:18:40 +0200 Subject: [PATCH 1/2] Add CITATION.cff file --- CITATION.cff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000000..fe9294a7da3 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,16 @@ +cff-version: 1.2.0 +title: 'python-poetry/poetry: Poetry' +message: 'If you use this software, please cite it as below.' +authors: + - name: "Sébastien Eustace" + - name: "The Poetry contributors" +abstract: "Python packaging and dependency management made easy." +license: MIT +license-url: "https://github.com/python-poetry/poetry/blob/master/LICENSE" +repository-code: "https://github.com/python-poetry/poetry" +keywords: + - python + - packaging + - dependency management +type: software +url: "https://python-poetry.org" From 898bae93130e6d45eeecca5d0a56464d99161f87 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Fri, 27 Oct 2023 18:31:18 +0200 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- CITATION.cff | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index fe9294a7da3..5e09f7e80d3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,15 @@ cff-version: 1.2.0 -title: 'python-poetry/poetry: Poetry' -message: 'If you use this software, please cite it as below.' +title: "Poetry: Python packaging and dependency management made easy" +message: >- + If you use this software, please cite it using the + metadata from this file. authors: - - name: "Sébastien Eustace" + - family-names: Eustace + given-names: Sébastien - name: "The Poetry contributors" -abstract: "Python packaging and dependency management made easy." +abstract: >- + Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. + Poetry replaces setup.py, requirements.txt, setup.cfg, MANIFEST.in and Pipfile with a simple pyproject.toml based project format. license: MIT license-url: "https://github.com/python-poetry/poetry/blob/master/LICENSE" repository-code: "https://github.com/python-poetry/poetry"