"""setup.py""" from setuptools import find_packages, setup # type: ignore setup( name="sandpypi", packages=find_packages(), )