diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-04-29 14:32:02 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-04-30 11:47:33 +0000 |
| commit | 66b2a166d196e3c13ddfaff451c44760322a1820 (patch) | |
| tree | 8781838838ce70f82072092632114eb30d2b8844 /wrappers | |
| parent | 94ecdb0ab69ed0fc1ec1c61729d96fe9cdca996a (diff) | |
Python: Add setup.py for backwards compatibility
Diffstat (limited to 'wrappers')
| -rw-r--r-- | wrappers/python/setup.py | 3 |
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() |
