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"