diff --git a/pyproject.toml b/pyproject.toml index cc5218d..e250091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "simple scraping framework" authors = ["Stéphane Busso "] license = "MIT" readme = "README.md" +repository = "https://github.com/sbusso/scrapework" +homepage = "https://github.com/sbusso/scrapework" [tool.poetry.dependencies] python = "^3.11"