kotoba-speech / setup.py
yuta0306
first commit
565faca
raw
history blame
No virus
138 Bytes
from setuptools import find_packages, setup # type: ignore
setup(
name="fam",
packages=find_packages(".", exclude=["tests"]),
)