We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debcb75 commit 402d66aCopy full SHA for 402d66a
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
setup(
33
name='databricks-cli',
34
version=version,
35
- packages=find_packages(exclude=['tests', 'tests.*']),
+ packages=find_packages(include=['databricks_cli*']),
36
install_requires=[
37
# Note: please keep this in sync with `requirements.txt`.
38
'click>=6.7',
0 commit comments