diff --git a/setup.py b/setup.py new file mode 100644 index 000000000..6819ec0fd --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +#!/usr/bin/python3 + +import setuptools + +if __name__ == "__main__": + setuptools.setup()