Spaces:
Running
on
Zero
Running
on
Zero
| [tool.poetry] | |
| name = "stf-tools" | |
| version = "0.1.0" | |
| description = "stf-alternative tools" | |
| authors = ["Kim Minjong <[email protected]>"] | |
| readme = "README.md" | |
| packages = [ | |
| {include = "stf_tools", from="src"} | |
| ] | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |