From 3f8f077f73ecbbe3698ab9e88bc0135a8af4ed7a Mon Sep 17 00:00:00 2001 From: Quinten Goens Date: Tue, 26 Mar 2024 16:36:19 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 374b58c..f792467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,3 +4,13 @@ requires = [ "wheel" ] build-backend = "setuptools.build_meta" + +[project] +name = "h3-pyspark" +version = "1.2.6" +dependencies = [ + "Shapely", + "pytest", + "black", + "pyspark" +]