9e34a62
1
2
3
4
5
6
7
from setuptools import find_packages, setup # type: ignore setup( name="fam", packages=find_packages(".", exclude=["tests"]), )