diff --git a/pyproject.toml b/pyproject.toml index f19cf51..c917136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,5 +46,11 @@ dependencies = [ ] dynamic = ["version"] +[project.urls] +Homepage = "https://github.com/varbin/devicepasswords" +Documentation = "https://devicepasswords.readthedocs.io/" +Repository = "https://github.com/varbin/devicepasswords.git" +Issues = "https://github.com/varbin/devicepasswords/issues" + [tool.setuptools] packages = ["devicepasswords"] \ No newline at end of file