from distutils.core import setup

setup(
    scripts=['coloryou.py',],
)