From c6398e29628d57eca7cd481623decf7ce337b2d6 Mon Sep 17 00:00:00 2001 From: Calvin Date: Wed, 13 Mar 2013 13:18:14 -0400 Subject: added setup.py for python quikr module --- src/python/setup.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/python/setup.py (limited to 'src') diff --git a/src/python/setup.py b/src/python/setup.py new file mode 100644 index 0000000..2623400 --- /dev/null +++ b/src/python/setup.py @@ -0,0 +1,5 @@ +from distutils.core import setup +setup(name='quikr', + version='1.0', + py_modules=['quikr'], + ) -- cgit v1.2.3