From 66b2a166d196e3c13ddfaff451c44760322a1820 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 29 Apr 2024 14:32:02 +0200 Subject: Python: Add setup.py for backwards compatibility --- wrappers/python/setup.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wrappers/python/setup.py (limited to 'wrappers/python/setup.py') 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() -- cgit v1.2.3