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