From 96adca3af248b6d2aeb25672feeb193a4add4db3 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Tue, 7 Jan 2025 11:49:29 +0000 Subject: [PATCH] Using build package for distribution --- clients/python/moonstream/version.py | 2 +- clients/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/python/moonstream/version.py b/clients/python/moonstream/version.py index ac0687285..f631c4c50 100644 --- a/clients/python/moonstream/version.py +++ b/clients/python/moonstream/version.py @@ -1 +1 @@ -MOONSTREAM_CLIENT_VERSION = "0.1.1" +MOONSTREAM_CLIENT_VERSION = "0.1.2" diff --git a/clients/python/setup.py b/clients/python/setup.py index a3733873d..667ddad1f 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -22,7 +22,7 @@ "types-requests", "types-dataclasses", ], - "distribute": ["setuptools", "twine", "wheel"], + "distribute": ["build", "twine"], }, description="Moonstream: Open source blockchain analytics", long_description=long_description,