Skip to content

Commit

Permalink
ci: updated toml for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldaviestelicent committed Jun 3, 2024
1 parent 8bc8fab commit c84173e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
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",
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit c84173e

Please sign in to comment.