setup.py: provide simple setup.py
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 21 Jun 2023 18:42:46 +0000 (21:42 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Wed, 21 Jun 2023 18:42:46 +0000 (21:42 +0300)
setup.py [new file with mode: 0644]

diff --git a/setup.py b/setup.py
new file mode 100644 (file)
index 0000000..7f1a176
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,4 @@
+from setuptools import setup
+
+if __name__ == "__main__":
+    setup()