Skip to content

Commit 7033cd2

Browse files
committed
add citation file and link to docs
1 parent b58de29 commit 7033cd2

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

CITATION.cff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
cff-version: 1.1.0
2+
message: "Cite as"
3+
authors:
4+
- family-names: Leo
5+
given-names: Simone
6+
orcid: https://orcid.org/0000-0001-8271-5429
7+
- family-names: Soiland-Reyes
8+
given-names: Stian
9+
orcid: https://orcid.org/0000-0001-9842-9718
10+
title: "runcrate"
11+
version: 0.1.1
12+
date-released: 2023-03-23

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include *.rst
55
include LICENSE
66
include requirements.txt
77
include CODE_OF_CONDUCT.md
8+
include CITATION.cff
89

910
exclude tox.ini
1011

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ Runcrate
1010
:alt: Codecov
1111

1212
Runcrate is a software toolkit to manipulate `Workflow Run RO-Crate <https://www.researchobject.org/workflow-run-crate/>`_ packages.
13+
14+
Documentation is at http://www.researchobject.org/runcrate/.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = runcrate
33
version = attr: runcrate.__version__
44
license = Apache License, version 2.0 (Apache-2.0)
55
description = Workflow Run RO-Crate toolkit
6-
long_description = Runcrate is a software toolkit to manipulate `Workflow Run RO-Crate <https://www.researchobject.org/workflow-run-crate/>`_ packages.
6+
long_description = Runcrate is a software toolkit to manipulate `Workflow Run RO-Crate <https://www.researchobject.org/workflow-run-crate/>`_ packages. Documentation is at http://www.researchobject.org/runcrate/.
77
long_description_content_type = text/x-rst
88
keywords = ro-crate, workflow, provenance, CWL
99
classifiers =

src/runcrate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)