Skip to content

Commit 9b754cd

Browse files
Merge pull request #57 from Geode-solutions/fix/json_imports
fix(json files): explicitly export json files
2 parents 2c11631 + 678269e commit 9b754cd

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)