diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..bd27aba --- /dev/null +++ b/setup.py @@ -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=[], +) \ No newline at end of file