From 6a9f18902d10744be0dd54394dc7cfa733aa2fd9 Mon Sep 17 00:00:00 2001 From: Marco Bronzini Date: Wed, 7 Aug 2024 14:49:13 +0200 Subject: [PATCH] update pyproject.toml with new package data --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cb0e29..085b66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,4 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.package-data] -explorer = ["*.json"] \ No newline at end of file +latent_explorer = ["*.json"] \ No newline at end of file