dev #3

Merged
gitark merged 84 commits from dev into main 2026-06-12 16:00:25 +03:00
Showing only changes of commit a1c57733f6 - Show all commits

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