From 4627074f4427f645f1061ffa2c0711202f19bb95 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 19 Dec 2023 17:52:30 -0500 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4db0ac9..7091b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ circlink = "circlink.cli:app" packages = ["circlink"] include-package-data = true -[tools.setuptools.package-data] +[tool.setuptools.package-data] templates = ["*.yaml"] [tool.setuptools.dynamic]