From aa4db87c6788a18ae97ce1f844d91b2a0add2335 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Wed, 21 Feb 2024 21:57:52 -0500 Subject: [PATCH] Update pyproject URLs --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 548c86c..aa82ade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ readme = "README.rst" authors = [ {name = "Alec Delaney", email = "tekktrik@gmail.com"} ] -urls = {Homepage = "https://github.com/tekktrik/circlink.git"} keywords = [ "adafruit", "circuitpython", @@ -43,6 +42,10 @@ classifiers = [ ] dynamic = ["version", "dependencies", "optional-dependencies"] +[project.urls] +Homepage = "https://github.com/tekktrik/circlink" +Repository = "https://github.com/tekktrik/circlink.git" + [project.scripts] circfirm = "circfirm.cli:cli"