modify pyproject.toml

This commit is contained in:
root
2024-07-12 00:00:11 +08:00
parent 5fdf7b29bc
commit 45b4155541

View File

@@ -9,7 +9,7 @@ include-package-data = true
where = ["src"] where = ["src"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
mypkg = ["*.txt", "*.json"] tensorneat = ["*.txt", "*.json"]
[project] [project]
name = "tensorneat" name = "tensorneat"