diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..c067717 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,4 @@ +{ + "license": "GPL-3.0", + "title": "KNIME testflow" +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..636063a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +# YAML 1.2 +# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) +cff-version: 1.0.3 +message: If you use this software, please cite it as below. +title: KNIME testflow +doi: 10.5281/zenodo.55805 +authors: +- given-names: Stefan + family-names: Verhoeven + affiliation: Nederlands eScience Center +version: 1.0.0 +date-released: 2016-06-17 +repository-code: https://github.com/3D-e-Chem/knime-testflow +license: GPL-3.0 diff --git a/plugin/META-INF/MANIFEST.MF b/plugin/META-INF/MANIFEST.MF index b337106..a282be2 100644 --- a/plugin/META-INF/MANIFEST.MF +++ b/plugin/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Test Knime workflows from a Junit test +Bundle-Name: Test Knime workflows from a JUnit test Bundle-SymbolicName: nl.esciencecenter.e3dchem.knime.testing.plugin;singleton:=true Bundle-Version: 1.0.3.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8