diff --git a/pyproject.toml b/pyproject.toml index 1853daf..ff53d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,11 @@ docs = [ "cairosvg>=2.7.1" ] +[project.urls] +repository = "https://github.com/Quantum-Accelerators/template" +documentation = "https://quantum-accelerators.github.io/template/" +changelog = "https://github.com/Quantum-Accelerators/template/blob/main/CHANGELOG.md" + [tool.setuptools.package-data] template = ["py.typed"]