From 481869c3fb75d7f9b5b8cbfaf4fc6284ca5aab2d Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Mon, 24 Jan 2022 20:54:21 -0500 Subject: [PATCH] Re-add setup.py stub --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..bac24a43 --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +import setuptools + +if __name__ == "__main__": + setuptools.setup()