From bce1ced017d2b43643e3ebade54aaedb21426006 Mon Sep 17 00:00:00 2001 From: Faisal Date: Sat, 22 Jun 2024 01:32:30 -0300 Subject: [PATCH] fixing missing spark submod (#317) --- datacompy/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datacompy/__init__.py b/datacompy/__init__.py index 25514adf..e5865e71 100644 --- a/datacompy/__init__.py +++ b/datacompy/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.13.0" +__version__ = "0.13.1" import platform from warnings import warn diff --git a/pyproject.toml b/pyproject.toml index 0c49f5f7..806c7ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requires = ["setuptools>=64.0.0"] build-backend = "setuptools.build_meta" [tool.setuptools] -packages = ["datacompy"] +packages = ["datacompy", "datacompy.spark"] zip-safe = false include-package-data = true