Skip to content

Commit 94d1d6d

Browse files
Merge pull request #58 from Geode-solutions/include-json
fix(Package): include json
2 parents af39d2e + d6c5e15 commit 94d1d6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ classifiers = [
2626
[tool.setuptools.dynamic]
2727
dependencies = {file = ["requirements.txt"]}
2828

29+
[tool.setuptools]
30+
packages = ["schemas"]
31+
include-package-data = true
32+
2933
[tool.setuptools.package-data]
30-
'src' = ['src/*.json']
34+
'schemas' = ['src/*.json']
3135

3236
[tool.semantic_release]
3337
version_toml = [

0 commit comments

Comments
 (0)