From d9bc61adf69e45ca44711a9bebe9624ac0be7eaf Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Wed, 17 Jul 2024 10:15:46 +0100 Subject: [PATCH] edit project decription --- .copier-answers.yml | 2 +- README.md | 3 +++ pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index f92e441..4132cd9 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -4,7 +4,7 @@ _src_path: gh:eccenca/cmem-plugin-template author_mail: info@eccenca.com author_name: eccenca GmbH github_page: '' -project_description: Create SHACL shapes for CMEM EasyNav from a data graph +project_description: Generate SHACL node and property Shapes from a data graph project_slug: shapes pypi: false diff --git a/README.md b/README.md index c5df3e7..2fc1656 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # cmem-plugin-shapes Generate SHACL node and property Shapes from a data graph +<<<<<<< before updating ## Parameters @@ -25,6 +26,8 @@ If enabled, the resulting SHACL shapes graph is imported with `owl:imports` in t If enabled, attempt to fetch namespace prefixes from [http://prefix.cc](http://prefix.cc) instead of from the local database. If this fails, fall back on local database. +======= +>>>>>>> after updating [![eccenca Corporate Memory](https://img.shields.io/badge/eccenca-Corporate%20Memory-orange)](https://documentation.eccenca.com) diff --git a/pyproject.toml b/pyproject.toml index b41f14b..d7968dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "cmem-plugin-shapes" version = "0.0.0.post1.dev0+c63d24f" license = "Apache-2.0" -description = "Create SHACL shapes for CMEM EasyNav from a data graph" +description = "Generate SHACL node and property Shapes from a data graph" authors = ["eccenca GmbH "] classifiers = [ "Development Status :: 4 - Beta",