From: Dmitry Selyutin Date: Wed, 21 Jun 2023 18:42:46 +0000 (+0300) Subject: setup.py: provide simple setup.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f52bb0e3fdc82b37d502fdc12adb170dd397a6ea;p=mdis.git setup.py: provide simple setup.py --- diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..7f1a176 --- /dev/null +++ b/setup.py @@ -0,0 +1,4 @@ +from setuptools import setup + +if __name__ == "__main__": + setup()