From f3ed76c81e8c66e32fe81376a6182f35bfbc2d44 Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Thu, 5 Oct 2023 10:22:21 +0200 Subject: [PATCH] Add bdist universal wheel --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a13d63b..9e7f17e5 100644 --- a/setup.py +++ b/setup.py @@ -68,5 +68,6 @@ "Programming Language :: Python :: 3.12", ], keywords='databricks cli', - url='https://github.com/databricks/databricks-cli' + url='https://github.com/databricks/databricks-cli', + options={'bdist_wheel': {'universal': True}}, )