diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..df65dcd --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +# This is a shim to allow GitHub to decode the package in order to provide +# the "Used by" section on the project homepage. +import setuptools + +if __name__ == "__main__": + setuptools.setup(name="mlflow-cratedb")