Skip to content

Commit

Permalink
Merge pull request #14 from databricks-industry-solutions/hotfix13
Browse files Browse the repository at this point in the history
Hotfix13
  • Loading branch information
zavoraad authored Oct 4, 2024
2 parents 10cf064 + c678005 commit 9d69352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="databricksx12",
version="0.0.1",
version="0.0.2",
# python_requires='>=3.9.*',
python_requires='>=3.9',
author="Aaron Zavora, Raven Mukherjee",
Expand All @@ -23,6 +23,6 @@
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
],
packages=['databricksx12'],
packages=['databricksx12', 'databricksx12.hls'],
py_modules=['databricksx12']
)

0 comments on commit 9d69352

Please sign in to comment.