from setuptools import find_packages, setup setup( name='matrix-pygmalion-bot', packages=find_packages(), )