#!/usr/bin/env python from setuptools import setup setup(name="saucebrush", version='0.1', packages=['saucebrush'], )