From e502519797c20b241114e78454f8f39c9acffb73 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Sun, 6 Apr 2025 13:42:33 +0200 Subject: [PATCH] build: change pkg metadata. - Use new more generic emails - Update repo URL - Update project URL --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fef8a250e..eb0d78fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,11 @@ name = "zxbasic" version = "1.18.0" description = "Boriel's ZX BASIC Compiler" -authors = ["Jose Rodriguez "] +authors = ["Jose Rodriguez "] license = "AGPL-3.0-or-later" documentation = "https://zxbasic.readthedocs.io" -repository = "https://github.com/boriel/zxbasic" -homepage = "http://zxbasic.net" +repository = "https://github.com/boriel-basic/zxbasic" +homepage = "https://github.com/boriel-basic" readme = "README.md" classifiers = [