skeleton setup.py
This commit is contained in:
parent
dcb0287a79
commit
172af19014
1 changed files with 7 additions and 0 deletions
7
setup.py
Normal file
7
setup.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
setup(name="saucebrush",
|
||||||
|
version='0.1',
|
||||||
|
packages=['saucebrush'],
|
||||||
|
)
|
Loading…
Reference in a new issue