Skip to content

Commit

Permalink
Merge pull request #1160 from moonstream-to/fix-pypi-naming-7
Browse files Browse the repository at this point in the history
Using build package for distribution
  • Loading branch information
kompotkot authored Jan 7, 2025
2 parents 0e2cc73 + 6d32abf commit 0f0b528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crawlers/mooncrawl/mooncrawl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Moonstream crawlers version.
"""

MOONCRAWL_VERSION = "0.5.0"
MOONCRAWL_VERSION = "0.5.1"
10 changes: 5 additions & 5 deletions crawlers/mooncrawl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"bugout>=0.2.13",
"chardet",
"fastapi",
"moonstreamdb>=0.4.5",
"moonstreamdb-v3>=0.0.16",
"moonstream-types>=0.0.6",
"moonstream>=0.1.1",
"moonstreamdb>=0.4.6",
"moonstreamdb-v3>=0.1.3",
"moonstream-types>=0.0.10",
"moonstream>=0.1.2",
"moonworm[moonstream]>=0.9.3",
"humbug",
"pydantic==1.9.2",
Expand All @@ -52,7 +52,7 @@
],
extras_require={
"dev": ["black", "isort", "mypy", "types-requests", "types-python-dateutil"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 0f0b528

Please sign in to comment.