From 8f2a75a333ce8982d954a8c1d0bd31cc3ce02e7a Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Mon, 23 Feb 2026 07:36:37 -0500 Subject: [PATCH] Replace placeholder description in pyproject.toml Co-Authored-By: Claude Opus 4.6 --- changelog_entry.yaml | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb2d..0a7013583e8 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Replace placeholder description in pyproject.toml with actual project description. diff --git a/pyproject.toml b/pyproject.toml index 0e51ee383fc..00b84b83093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "policyengine-us" version = "1.572.5" -description = "Add your description here." +description = "PolicyEngine tax-benefit microsimulation model for the United States" readme = "README.md" authors = [ { name = "PolicyEngine", email = "hello@policyengine.org" }