Compare commits
2 Commits
c9f6f3472f
...
08733bd493
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08733bd493 | ||
|
|
a1c57733f6 |
@@ -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"]
|
||||||
Reference in New Issue
Block a user