From 1a5ce7b49879b9536a55cea4e54c96235e37aa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elodie=20Thi=C3=A9blin?= Date: Wed, 15 May 2024 10:16:01 +0200 Subject: [PATCH] doc: add pypi links to github releases and source code --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index bfc3581..a6af67f 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,10 @@ author="Eclipse Thingweb Project", maintainer="Eclipse Thingweb Project", url="https://github.com/eclipse-thingweb/domus-tdd-api", + project_urls={ + "Releases": "https://github.com/eclipse-thingweb/domus-tdd-api/tags", + "Source": "https://github.com/eclipse-thingweb/domus-tdd-api", + }, keywords=[ "web of things", "thing description directory",