From c5e4914bdf9b0e26b693e2dc8c35aacec8773379 Mon Sep 17 00:00:00 2001 From: Martin15135215 <110968398+Martin15135215@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:32:40 +0200 Subject: [PATCH] CITATION.cff for BIMTester --- src/ifcbimtester/CITATION.cff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/ifcbimtester/CITATION.cff diff --git a/src/ifcbimtester/CITATION.cff b/src/ifcbimtester/CITATION.cff new file mode 100644 index 0000000000..d2d6ca6abb --- /dev/null +++ b/src/ifcbimtester/CITATION.cff @@ -0,0 +1,19 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: BIMTester +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - name: "IfcOpenShell contributors"authors: +repository-code: >- + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcbimtester +url: 'https://blenderbim.org/docs-python/bimtester.html' +abstract: Wrapper for Gherkin based unit testing for IFC models +keywords: + - Gherkin + - IFC +license: LGPL-3.0-or-later