saucebrush/setup.py

8 lines
143 B
Python
Raw Normal View History

2010-06-17 15:26:13 +00:00
#!/usr/bin/env python
from setuptools import setup
setup(name="saucebrush",
2011-06-03 20:29:52 +00:00
version='0.5.0-dev',
2010-06-17 15:26:13 +00:00
packages=['saucebrush'],
)