From be306cce27d41814ab372e27d8d1d74bbfca5416 Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:48:46 -0700 Subject: [PATCH] build: update project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8935ea5..5c32ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aind-settings-utils" -description = "Generated from aind-library-template" +description = "Utility package to add custom pydantic settings sources" license = {text = "MIT"} requires-python = ">=3.8" authors = [