Skip to content

Commit 1fc7f0c

Browse files
authored
Merge pull request #1157 from moonstream-to/fix-pypi-naming-4
Using build package for distribution
2 parents bf52dec + 96adca3 commit 1fc7f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MOONSTREAM_CLIENT_VERSION = "0.1.1"
1+
MOONSTREAM_CLIENT_VERSION = "0.1.2"

clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"types-requests",
2323
"types-dataclasses",
2424
],
25-
"distribute": ["setuptools", "twine", "wheel"],
25+
"distribute": ["build", "twine"],
2626
},
2727
description="Moonstream: Open source blockchain analytics",
2828
long_description=long_description,

0 commit comments

Comments
 (0)