From 3a0885b4592f4e9110dbc8fd0cef73c7396de13c Mon Sep 17 00:00:00 2001 From: Dimitri Kartsaklis Date: Mon, 14 Oct 2024 13:58:18 +0100 Subject: [PATCH] Update README (#158) [skip ci] Updates in README and setup.cfg. Co-authored-by: Neil Ortega --- README.md | 8 ++++---- setup.cfg | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 90ca37bf..f0fc751a 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ lambeq is a toolkit for quantum natural language processing (QNLP). -- Documentation: https://cqcl.github.io/lambeq-docs/ -- User support: -- Contributions: Please read [our guide](https://cqcl.github.io/lambeq-docs/CONTRIBUTING.html). -- If you want to subscribe to lambeq's mailing list, let us know by sending an email to . +- Documentation: https://docs.quantinuum.com/lambeq/ +- User support: +- Contributions: Please read [our guide](https://docs.quantinuum.com/lambeq/CONTRIBUTING.html). +- If you want to subscribe to lambeq's mailing list, let us know by sending an email to . ## Getting started diff --git a/setup.cfg b/setup.cfg index 67cb316d..dfb0bb1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,11 +3,11 @@ name = lambeq description = A QNLP toolkit long_description = file: README.md long_description_content_type = text/markdown -author = Cambridge Quantum QNLP team -author_email = lambeq-support@cambridgequantum.com +author = Quantinuum QNLP team +author_email = lambeq-support@quantinuum.com license = Apache-2.0 license_files = file: LICENSE -url = https://cqcl.github.io/lambeq-docs +url = https://docs.quantinuum.com/lambeq/ download_url = https://pypi.org/project/lambeq project_urls = Source Code = https://github.com/CQCL/lambeq