Add setup.py
This commit is contained in:
parent
e03b3913b4
commit
35bb7754be
|
@ -0,0 +1,13 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
"""python setup.py install"""
|
||||||
|
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(name='refine-client-py',
|
||||||
|
version='0.1',
|
||||||
|
description='Google Refine Python Client',
|
||||||
|
author='Paul Makepeace',
|
||||||
|
author_email='paulm@paulm.com',
|
||||||
|
url='https://github.com/PaulMakepeace/refine-client-py',
|
||||||
|
packages=[],
|
||||||
|
)
|
Loading…
Reference in New Issue