Compare commits

...

2 Commits

Author SHA1 Message Date
i.shramko
08733bd493 Merge remote-tracking branch 'origin/dev' into dev 2026-03-10 15:52:56 +03:00
i.shramko
a1c57733f6 Update pyproject.toml:
- Add package-data with resource .ttp
2026-03-10 15:52:38 +03:00

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"]