saucebrush/setup.py
2011-06-03 16:29:52 -04:00

8 lines
143 B
Python

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