From 71077ebf2907368f0b937e4adfc914ad26408a92 Mon Sep 17 00:00:00 2001 From: wasserwecken Date: Wed, 10 Jul 2024 19:59:27 +0200 Subject: [PATCH] hopefully ci FIX --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25f7fa2..6041ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "spatial-transform" +name = "SpatialTransform" version = "1.3.0" authors = [ { name="Wasserwecken", email="author@example.com" }, ] description = "Transform hierarchies in 3D space."