Skip to content

Commit 7eaf30f

Browse files
committed
trying to get package data to show
1 parent 403b2e9 commit 7eaf30f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_delphi_utils_python/pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools", "setuptools-scm>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -53,8 +53,7 @@ include = ["delphi_utils"]
5353
namespaces = true
5454

5555
[tool.setuptools.package-data]
56-
"delphi_utils.data" = ["*"]
57-
recipe = ["*.csv"]
56+
"delphi_utils.data" = ["20*/*.csv"]
5857

5958

6059

0 commit comments

Comments
 (0)