From 2fd5f08b87d7bc7fb828ef2ba73481339a8e0a1a Mon Sep 17 00:00:00 2001 From: Aaron Z Date: Wed, 2 Oct 2024 14:04:56 -0400 Subject: [PATCH 1/2] added .hls package to setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5182ddc..63896f2 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ "License :: Other/Proprietary License", "Operating System :: OS Independent", ], - packages=['databricksx12'], + packages=['databricksx12', 'databricksx12.hls'], py_modules=['databricksx12'] ) From c67800567259578f4e1235280d998d919225d023 Mon Sep 17 00:00:00 2001 From: Aaron Z Date: Wed, 2 Oct 2024 14:07:00 -0400 Subject: [PATCH 2/2] bump vesrion --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63896f2..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",