From 5d858872a025ff0bcae11759642c6685e7374712 Mon Sep 17 00:00:00 2001 From: Mythir Date: Tue, 4 Feb 2025 15:52:17 +0100 Subject: [PATCH] [QI2-1425] Add documentation url in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9904347..7e8c760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Quantum Inspire "] readme = "README.md" homepage = "https://www.quantum-inspire.com" repository = "https://github.com/qutech-delft/pennylane-quantuminspire" +documentation = "https://qutech-delft.github.io/pennylane-quantuminspire/" classifiers = [ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 3',