Update pyproject.toml:

- Add package-data with resource .ttp
This commit is contained in:
i.shramko
2026-03-10 15:52:38 +03:00
parent 1e84452eb5
commit a1c57733f6

View File

@@ -13,6 +13,13 @@ dependencies = [
"requests>=2.32.5", "requests>=2.32.5",
"ttp>=0.10.0", "ttp>=0.10.0",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["."] where = ["."]
include = ["oxi*"] include = ["oxi*"]
[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data]
"oxi" = ["**/*.ttp"]