saucebrush/setup.py
2010-06-17 11:26:13 -04:00

8 lines
137 B
Python

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