svg-flatten: pypi: Add optional resvg-wasi dependency
This commit is contained in:
parent
7dccfc8e11
commit
a1e25a0cfb
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ setup(
|
|||
"wasmtime>=0.28",
|
||||
"click >= 4.0"
|
||||
],
|
||||
extras_require={
|
||||
'resvg-wasi': ['resvg-wasi'],
|
||||
},
|
||||
packages=["svg_flatten_wasi"],
|
||||
package_data={"svg_flatten_wasi": [
|
||||
"*.wasm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue