We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5cafd commit 70adcaaCopy full SHA for 70adcaa
setup.py
@@ -68,5 +68,6 @@
68
"Programming Language :: Python :: 3.12",
69
],
70
keywords='databricks cli',
71
- url='https://github.com/databricks/databricks-cli'
+ url='https://github.com/databricks/databricks-cli',
72
+ options={'bdist_wheel': {'universal': True}},
73
)
0 commit comments