From a73449c72d6e90547c6ad1f0357fc429d94b579e Mon Sep 17 00:00:00 2001 From: AlexNg Date: Thu, 7 Mar 2024 22:50:57 +0800 Subject: [PATCH 1/2] docs: Add CITATION.cff --- CITATION.cff | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..cd57495 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,40 @@ +abstract: Python threading library +authors: + - alias: Alex + family-names: Ng + given-names: Jun Xiang + orcid: https://orcid.org/0009-0001-1641-9397 +identifiers: + - type: doi + value: + description: This is the collection of archived snapshots of all versions of thread. + - type: doi + value: + description: This is the archived snapshot of version 1.0.0 of thread. + - type: url + value: https://github.com/python-thread/thread/releases/tag/v1.0.0 + description: The GitHub release URL of tag v1.0.0. + - type: url + value: https://pypi.org/project/thread/1.0.0 + description: The PyPI release URL of tag v1.0.0. +cff-version: 1.2.0 +date-released: 2024-03-07 +keywords: + - python + - python3 + - python3.9 + - python3.10 + - python3.11 + - thread + - threading + - extension + - multiprocessing +license: BSD-3-Clause +message: If you use this software, please cite it using these metadata. +repository-code: https://github.com/python-thread/thread +reposistory-artifact: https://pypi.org/project/thread +title: thread +type: software +version: 1.0.0 +url: https://thread.ngjx.org + From 28efb4ffc6434448560c65a6f1ad16893c7dd0a8 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sat, 9 Mar 2024 12:23:45 +0800 Subject: [PATCH 2/2] chore: Add DOI --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index cd57495..0c059c8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,10 +6,10 @@ authors: orcid: https://orcid.org/0009-0001-1641-9397 identifiers: - type: doi - value: + value: 10.5281/zenodo.10799219 description: This is the collection of archived snapshots of all versions of thread. - type: doi - value: + value: 10.5281/zenodo.10799220 description: This is the archived snapshot of version 1.0.0 of thread. - type: url value: https://github.com/python-thread/thread/releases/tag/v1.0.0