Skip to content

Commit 402d66a

Browse files
authored
Restrict package to include only databricks_cli (#484)
1 parent debcb75 commit 402d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
setup(
3333
name='databricks-cli',
3434
version=version,
35-
packages=find_packages(exclude=['tests', 'tests.*']),
35+
packages=find_packages(include=['databricks_cli*']),
3636
install_requires=[
3737
# Note: please keep this in sync with `requirements.txt`.
3838
'click>=6.7',

0 commit comments

Comments
 (0)