Skip to content

Commit

Permalink
long-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jan 29, 2022
1 parent 5a997fc commit 9926856
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
[tool.poetry]
version = "0.0.0"
name = "linkml_datalog"
version = "0.0.0"
description = "Datalog inference over LinkML schemas and data"
authors = ["cmungall <cjm@berkeleybop.org>"]

readme = "README.md"

homepage = "https://github.com/linkml/linkml-datalog"
repository = "https://github.com/linkml/linkml-datalog"
documentation = "https://github.com/linkml/linkml-datalog"

keywords = ["linkml", "reasoing", "datalog"]

classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: Healthcare Industry",
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
]

[tool.poetry.dependencies]
python = "^3.9"
linkml = "^1.1.13"
Expand Down

0 comments on commit 9926856

Please sign in to comment.