Skip to content

Commit 9d69352

Browse files
authored
Merge pull request #14 from databricks-industry-solutions/hotfix13
Hotfix13
2 parents 10cf064 + c678005 commit 9d69352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="databricksx12",
12-
version="0.0.1",
12+
version="0.0.2",
1313
# python_requires='>=3.9.*',
1414
python_requires='>=3.9',
1515
author="Aaron Zavora, Raven Mukherjee",
@@ -23,6 +23,6 @@
2323
"License :: Other/Proprietary License",
2424
"Operating System :: OS Independent",
2525
],
26-
packages=['databricksx12'],
26+
packages=['databricksx12', 'databricksx12.hls'],
2727
py_modules=['databricksx12']
2828
)

0 commit comments

Comments
 (0)