From 87f9d63f031b5c74f87b7efc927ae79a58e1a08a Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 2 Apr 2023 12:14:12 -0700 Subject: [PATCH] Fix another place for types -> typez --- pyproject.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.template b/pyproject.template index 58c9110..32a80d5 100644 --- a/pyproject.template +++ b/pyproject.template @@ -45,7 +45,7 @@ build-backend = "setuptools.build_meta" packages = [ "pyutils", "pyutils.collectionz", "pyutils.compress", "pyutils.datetimes", "pyutils.files", "pyutils.parallelize", - "pyutils.search", "pyutils.security", "pyutils.types" + "pyutils.search", "pyutils.security", "pyutils.typez" ] [tool.setuptools.package-dir] -- 2.46.0