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 4c61f69 commit f37a802Copy full SHA for f37a802
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "eppo_metrics_sync"
7
-version = "0.1.4"
+version = "0.1.5"
8
description = "Sync metrics to Eppo"
9
readme = "README.md"
10
requires-python = ">=3.7"
@@ -18,4 +18,4 @@ dependencies = [
18
packages = ["eppo_metrics_sync"]
19
20
[tool.setuptools.package-data]
21
-eppo_metrics_sync = ["schema/*"]
+eppo_metrics_sync = ["schema/*"]
0 commit comments