From 56d0c02548e8646c45c2ada7a5564e73824b1e63 Mon Sep 17 00:00:00 2001 From: "allen.k1m" Date: Mon, 11 Sep 2023 14:59:23 +0900 Subject: [PATCH] modify tox generate result --- .../opentelemetry-instrumentation-asyncio/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml b/instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml index 8341405ca7..11d60bcb01 100644 --- a/instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml @@ -47,7 +47,7 @@ Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/ [tool.hatch.version] path = "src/opentelemetry/instrumentation/asyncio/version.py" -[tool.hatch.build.targets.sdist +[tool.hatch.build.targets.sdist] include = [ "/src", "/tests",