From 3de1ea1fa9a97e72d9d92bd7e7781f4451773944 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 2 May 2023 12:48:54 -0500 Subject: [PATCH] docs: add repo link to metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9da6fad..8187f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Cairo coverage module" authors = ["LucasLvy "] readme = "README.md" packages = [{ include = "cairo_coverage" }] +repository = "https://github.com/starknet-edu/cairo-coverage" [tool.poetry.dependencies] python = "^3.9"