Skip to content

Commit 678269e

Browse files
fix(json files): explicitly export json files
1 parent 2c11631 commit 678269e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ classifiers = [
2626
[tool.setuptools.dynamic]
2727
dependencies = {file = ["requirements.txt"]}
2828

29+
[tool.setuptools.package-data]
30+
'src' = ['src/*.json']
31+
2932
[tool.semantic_release]
3033
version_toml = [
3134
"pyproject.toml:project.version",

0 commit comments

Comments
 (0)