summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python')
-rw-r--r--wrappers/python/setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py
new file mode 100644
index 0000000..6068493
--- /dev/null
+++ b/wrappers/python/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()