From 34d469b8e8f3d597f46066edd5ff98b459057b0e Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 2 Jun 2024 16:56:34 -0700 Subject: [PATCH] Update repository with cruft (#454) --- .cruft.json | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cruft.json b/.cruft.json index 9b326b3..36c80a0 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/allenporter/cookiecutter-python", - "commit": "1398510cfd44baa401f5814824ade97631407ebc", + "commit": "a3a4a64bf363d94f66e39c3fce1cb9779ebea3a3", "checkout": null, "context": { "cookiecutter": { diff --git a/pyproject.toml b/pyproject.toml index fe7641b..fab8b14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ exclude = [ "tests/", "examples/", + "setup.py", "venv/", ] platform = "linux"