LivePortrait / stf /stf-api-tools /pyproject.toml
yerang's picture
Upload 636 files
36cb39e verified
raw
history blame
303 Bytes
[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"