Skip to content

Commit 70adcaa

Browse files
authored
Add bdist universal wheel (#676)
1 parent 7f5cafd commit 70adcaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"Programming Language :: Python :: 3.12",
6969
],
7070
keywords='databricks cli',
71-
url='https://github.com/databricks/databricks-cli'
71+
url='https://github.com/databricks/databricks-cli',
72+
options={'bdist_wheel': {'universal': True}},
7273
)

0 commit comments

Comments
 (0)