From ec4505ff72b0510116b941f7c7ddd63017030d7a Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:44:07 +0000 Subject: [PATCH] Update the package description to match the website --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 737ca04..f6c7b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" # project metadata [project] name = "alabaster" -description = "A configurable sidebar-enabled Sphinx theme" +description = "A light, configurable Sphinx theme" readme = "README.rst" urls.Changelog = "https://alabaster.readthedocs.io/en/latest/changelog.html" urls.Documentation = "https://alabaster.readthedocs.io/"