From 45b4155541f9d8dbc063ce9c4ccda60e0b44e1d4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jul 2024 00:00:11 +0800 Subject: [PATCH] modify pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f2fb47..21fa98c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ include-package-data = true where = ["src"] [tool.setuptools.package-data] -mypkg = ["*.txt", "*.json"] +tensorneat = ["*.txt", "*.json"] [project] name = "tensorneat"