From 9594b4c9d2596d66fac5fe6a56b84c3763b58a36 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 11 Aug 2023 20:04:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20pyproject:=20Remove=20extra=20*.?= =?UTF-8?q?json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e98ae1..da33b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.dev = {file = ["requirements-dev.txt"]} where = ["src"] [tool.setuptools.package-data] -dinglehopper = ["*.json", "templates/*"] +dinglehopper = ["templates/*"] [tool.pytest.ini_options]