From b3cbe72ad2158057907215a460de80b1d3cb25eb Mon Sep 17 00:00:00 2001 From: Tobias Buck Date: Wed, 14 Jan 2026 12:05:47 +0100 Subject: [PATCH] Rename project from 'rubix' to 'astro-rubix' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49b9347..a7c4449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" # a variety of build tools. Notably, the version specified here is the # single source of truth for rubix's version [project] -name = "rubix" +name = "astro-rubix" description = "A toolkit for simulating and analyzing integral field spectroscopic data cubes of astronomical sources." readme = "README.md"