mirror of https://github.com/databricks/cli.git
added dummy wheel
This commit is contained in:
parent
a4430d1a45
commit
99ce4f71de
|
@ -0,0 +1,4 @@
|
|||
name: dev
|
||||
profile: demo
|
||||
dev_cluster:
|
||||
cluster_name: Shared Autoscaling
|
|
@ -0,0 +1 @@
|
|||
def something(): return True
|
|
@ -0,0 +1,8 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='dummy',
|
||||
version='0.0.1',
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
install_requires=[]
|
||||
)
|
Loading…
Reference in New Issue