Skip to content

Commit

Permalink
add citation file and link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Mar 23, 2023
1 parent b58de29 commit 7033cd2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cff-version: 1.1.0
message: "Cite as"
authors:
- family-names: Leo
given-names: Simone
orcid: https://orcid.org/0000-0001-8271-5429
- family-names: Soiland-Reyes
given-names: Stian
orcid: https://orcid.org/0000-0001-9842-9718
title: "runcrate"
version: 0.1.1
date-released: 2023-03-23
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include *.rst
include LICENSE
include requirements.txt
include CODE_OF_CONDUCT.md
include CITATION.cff

exclude tox.ini

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Runcrate
:alt: Codecov

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/.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = runcrate
version = attr: runcrate.__version__
license = Apache License, version 2.0 (Apache-2.0)
description = Workflow Run RO-Crate toolkit
long_description = Runcrate is a software toolkit to manipulate `Workflow Run RO-Crate <https://www.researchobject.org/workflow-run-crate/>`_ packages.
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/.
long_description_content_type = text/x-rst
keywords = ro-crate, workflow, provenance, CWL
classifiers =
Expand Down
2 changes: 1 addition & 1 deletion src/runcrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 7033cd2

Please sign in to comment.