emo-knob / setup.py
tonychenxyz's picture
init
9e34a62
raw
history blame
138 Bytes
from setuptools import find_packages, setup # type: ignore
setup(
name="fam",
packages=find_packages(".", exclude=["tests"]),
)