diff --git a/setup.py b/setup.py index 5182ddc..56293fc 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -23,6 +23,6 @@ "License :: Other/Proprietary License", "Operating System :: OS Independent", ], - packages=['databricksx12'], + packages=['databricksx12', 'databricksx12.hls'], py_modules=['databricksx12'] )