Skip to content

Commit

Permalink
Merge pull request #437 from biolink/fix_cli
Browse files Browse the repository at this point in the history
fixing cli after poetry migration
  • Loading branch information
sierra-moxon authored Mar 17, 2023
2 parents f6b2a24 + 4022382 commit 82f6bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@ vcs = "git"
style = "pep440"

[build-system]

requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry.scripts]
kgx = "kgx.cli:cli"

0 comments on commit 82f6bee

Please sign in to comment.