From c84173ec0dfa4df52f1c368d761668310146a36b Mon Sep 17 00:00:00 2001 From: Daniel Davies <110399083+danieldaviestelicent@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:14:36 +0100 Subject: [PATCH] ci: updated toml for pypi release --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d06c7e..8f1f7e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,13 +3,13 @@ requires = ["setuptools>=61", "wheel", "pip-tools", "twine"] build-backend = "setuptools.build_meta" [project] -dynamic = ["readme"] name = "telicent-owl2shacl" version = "0.2.4" authors = [{name = "Telicent Ltd", email = "opensource@telicent.io"}] -description = "A CLI tool." +description = "Tool for generating shacl and validating instance data against that shacl and ontology." requires-python = ">=3.11" license = {file = "LICENSE.md"} +readme = "README.md" dependencies = [ "argcomplete >= 3.1.1", "cffi>=1.15.1", @@ -53,9 +53,6 @@ dev = [ "cyclonedx-bom==4.4.3" ] -[tool.setuptools.dynamic] -readme = { file = ["shacltool/README.adoc", "introduction.md", "4dOntologyIntro.md", "ies.md"] } - [tool.ruff] target-version = "py310" select = [