diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
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'], + ) |