Update pyproject.toml:
- Add package-data with resource .ttp
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user