From 29205f0fcae3b68fe39bad5c41422b0bf45200b2 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Fri, 18 Oct 2024 14:23:42 +0200 Subject: [PATCH] restore minimalist setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 000000000..606849326 --- /dev/null +++ b/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup()