diff --git a/pyproject.toml b/pyproject.toml index 8e3b870..dd94f33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,10 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">= 3.8" +[project.urls] +homepage = "https://github.com/ben-n93/tab-pal" +repository = "https://github.com/ben-n93/tab-pal" + [tool.setuptools] packages = ["tab_pal"] include-package-data = true