-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.4.x series * bump to 0.5.0 series * change poetry setup * rolled back poetry setup * latest version * use pip install * updated poetry files from scratch * anchor poetry to 1.3.2 --------- Co-authored-by: Harshad <[email protected]> Co-authored-by: Harshad Hegde <[email protected]>
- Loading branch information
1 parent
92319fe
commit 8510245
Showing
11 changed files
with
927 additions
and
1,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
[tool.poetry] | ||
name = "kgcl-rdflib" | ||
version = "0.2.0" | ||
description = "Schema fro the KGCL project." | ||
description = "Schema for the KGCL project." | ||
authors = [ | ||
"Christian Kindermann <[email protected]>", | ||
"Chris Mungall <[email protected]>", | ||
"Harshad Hegde <[email protected]>" | ||
] | ||
license = "MIT" | ||
readme = "README.md" | ||
|
||
packages = [{include = "kgcl_rdflib"}] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
linkml-runtime = "^1.1.24" | ||
lark = "^1.1.2" | ||
kgcl-schema = "^0.3.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
linkml = "^1.2.15" | ||
mkdocs-material = "^8.2.8" | ||
pytest = "^7.1.2" | ||
linkml-runtime = ">=1.1.24" | ||
kgcl-schema = ">=0.5.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
[tool.poetry.group.dev.dependencies] | ||
mkdocs-material = "^9.1.11" | ||
pytest = "^7.3.1" | ||
|
||
[tool.poetry.scripts] | ||
kgcl-diff = "kgcl.kgcl_diff:cli" | ||
|
@@ -33,3 +27,7 @@ kgcl-parse = "kgcl.grammar.parser:cli" | |
|
||
[tool.poetry.extras] | ||
docs = ["linkml", "mkdocs-material"] | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.