skeleton setup.py

This commit is contained in:
Michael Stephens 2010-06-17 11:26:13 -04:00
parent dcb0287a79
commit 172af19014

7
setup.py Normal file
View File

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