diff --git a/pyproject.toml b/pyproject.toml index 074e9f7..3b23fdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "0.6.1" description = "A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs" authors = ["David Chanin "] readme = "README.md" +repository = "https://github.com/chanind/linear-relational" +homepage = "https://chanind.github.io/linear-relational" [tool.poetry.dependencies] python = "^3.10"