from setuptools import find_packages, setup setup( name='customer-statuspage', packages=find_packages(), )