From 5d05c1450d2dfe290b2d3615464074f3ff482bc8 Mon Sep 17 00:00:00 2001 From: Lia Domide Date: Mon, 23 Sep 2024 17:13:05 +0300 Subject: [PATCH] adjust name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae4b708..2af15d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0 build-backend = "hatchling.build" [project] -name = "tvbextunicore" +name = "tvb-ext-unicore" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8"