From dd83f0c67f4c5e1c757618495d7f4d66d927d613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fr=C4=99chowicz?= Date: Sun, 17 Nov 2024 19:41:53 +0100 Subject: [PATCH] Change project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0113f4b..f0f1480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] -name = "tud-template" +name = "sphinx-tudelft-theme" dynamic=["version"] description = "A custom Sphinx extension to apply TU Delft styling to a TeachBook" readme = "README.md"