From: Scott Gasch Date: Sun, 2 Apr 2023 19:14:12 +0000 (-0700) Subject: Fix another place for types -> typez X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=87f9d63f031b5c74f87b7efc927ae79a58e1a08a;p=pyutils.git Fix another place for types -> typez --- 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]