From 571be02665417c5d574edd95beee88b47b71aacd Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 1 May 2024 17:49:38 +0100 Subject: [PATCH] Added github url to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 59e3842..cce12c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "read-aconity-layers" version = "0.1.0" description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine" +urls = { github = "https://github.com/Cian-H/read_aconity_layers" } authors = ["Cian Hughes "] license = "MIT" readme = "README.md"