From 29cdb8a88b161be6f18baa991b7b9ff69697749b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20So=C5=9Bnicki?= Date: Wed, 12 Feb 2025 17:20:11 +0100 Subject: [PATCH] fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6a64c89..9abd6d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ license = "Apache License 2.0" packages = [ { include = "neptune_api", from = "src" }, { include = "neptune_retrieval_api", from = "src" }, + { include = "neptune_storage_api", from = "src" }, ] include = ["CHANGELOG.md", "src/neptune_api/py.typed"] classifiers = [