From a1c57733f6c2e570f0428f7539ccea392a7cccf1 Mon Sep 17 00:00:00 2001 From: "i.shramko" Date: Tue, 10 Mar 2026 15:52:38 +0300 Subject: [PATCH] Update pyproject.toml: - Add package-data with resource .ttp --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cba5323..d2239eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,13 @@ dependencies = [ "requests>=2.32.5", "ttp>=0.10.0", ] + [tool.setuptools.packages.find] where = ["."] include = ["oxi*"] + +[tool.setuptools] +include-package-data = true + +[tool.setuptools.package-data] +"oxi" = ["**/*.ttp"] \ No newline at end of file