Skip to content

Commit

Permalink
kgcl schema refactor now poetry acceptable
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 26, 2024
1 parent 15a86df commit 7d36e0a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ authors = [
license = "MIT"
readme = "README.md"

[[tool.poetry.packages]]
include = "kgcl"
from = "src"


[tool.poetry.dependencies]
python = "^3.9"
Expand All @@ -31,9 +35,9 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
kgcl-diff = "kgcl_schema.kgcl_diff:cli"
kgcl-apply = "kgcl_schema.kgcl:cli"
kgcl-parse = "kgcl_schema.grammar.parser:cli"
kgcl-diff = "kgcl.kgcl_diff:cli"
kgcl-apply = "kgcl.kgcl:cli"
kgcl-parse = "kgcl.grammar.parser:cli"

[tool.poetry.extras]
docs = ["linkml", "mkdocs-material"]

0 comments on commit 7d36e0a

Please sign in to comment.