Skip to content

Commit 84a7cdc

Browse files
Fix imports
1 parent 96e6242 commit 84a7cdc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eppo_metrics_sync"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Sync metrics to Eppo"
99
readme = "README.md"
1010
requires-python = ">=3.7"
@@ -15,4 +15,7 @@ dependencies = [
1515
]
1616

1717
[tool.setuptools]
18-
include-package-data = true
18+
packages = ["eppo_metrics_sync"]
19+
20+
[tool.setuptools.package-data]
21+
eppo_metrics_sync = ["schema/*"]

0 commit comments

Comments
 (0)