From e8f200337975e9f8b8d57a5a0a3a2b25395cee88 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 14 Oct 2025 18:55:31 +0200 Subject: initial commit (wip) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..8bf1ba9 --- /dev/null +++ b/setup.py @@ -0,0 +1,2 @@ +from setuptools import setup +setup() -- cgit v1.2.3