From ddc7596a0946751ae1f49faf942741ce76d9b7cf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 12:47:09 +0300 Subject: [PATCH] pyproject.toml: change name to iseal-core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ada721d..5cdad806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "iseal-schema" +name = "iseal-core" version = "0.1.0" description = "Workflow to process ISEAL schema Excel into RDF and user-facing specification." authors = ["Alan Orth ", "Marie-Angelique Laporte "]