[tool.poetry] name = "stf-tools" version = "0.1.0" description = "stf-alternative tools" authors = ["Kim Minjong <make.dirty.code@gmail.com>"] readme = "README.md" packages = [ {include = "stf_tools", from="src"} ] [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"