We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e6242 commit 84a7cdcCopy full SHA for 84a7cdc
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "eppo_metrics_sync"
7
-version = "0.1.3"
+version = "0.1.4"
8
description = "Sync metrics to Eppo"
9
readme = "README.md"
10
requires-python = ">=3.7"
@@ -15,4 +15,7 @@ dependencies = [
15
]
16
17
[tool.setuptools]
18
-include-package-data = true
+packages = ["eppo_metrics_sync"]
19
+
20
+[tool.setuptools.package-data]
21
+eppo_metrics_sync = ["schema/*"]
0 commit comments