From 75553cb0cc538d7a2d364d39f4e5c5ef3f6f7f1b Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 2 Feb 2025 05:19:46 +0000
Subject: [PATCH] Update from copier (2025-02-02T05:19:46)

---
 .copier-answers.yml | 2 +-
 Makefile            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.copier-answers.yml b/.copier-answers.yml
index 020931c..86c8264 100644
--- a/.copier-answers.yml
+++ b/.copier-answers.yml
@@ -1,5 +1,5 @@
 # Changes here will be overwritten by Copier
-_commit: 7c534a1
+_commit: '9689455'
 _src_path: https://github.com/python-project-templates/base.git
 add_extension: python
 email: t.paine154@gmail.com
diff --git a/Makefile b/Makefile
index 95227ad..1189085 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ dist-build:  # build python dists
 dist-check:  ## run python dist checker with twine
 	python -m twine check dist/*
 
-dist: clean build dist-build dist-check  ## build all dists
+dist: clean dist-build dist-check  ## build all dists
 
 publish: dist  # publish python assets