#!/usr/bin/env python """Setup script.""" from setuptools import setup setup( include_package_data=True, install_requires=["Pillow"] )