diff --git a/pyproject.toml b/pyproject.toml index 5bf684e..dfcd123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +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"