kopia lustrzana https://github.com/bugout-dev/moonstream
Added nft CLI and bumped version to 0.0.4
rodzic
6ab99a03b2
commit
0694e7d45e
|
@ -2,4 +2,4 @@
|
||||||
Moonstream crawlers version.
|
Moonstream crawlers version.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MOONCRAWL_VERSION = "0.0.3"
|
MOONCRAWL_VERSION = "0.0.4"
|
||||||
|
|
|
@ -49,6 +49,7 @@ setup(
|
||||||
"esd=mooncrawl.esd:main",
|
"esd=mooncrawl.esd:main",
|
||||||
"identity=mooncrawl.identity:main",
|
"identity=mooncrawl.identity:main",
|
||||||
"etherscan=mooncrawl.etherscan:main",
|
"etherscan=mooncrawl.etherscan:main",
|
||||||
|
"nft=mooncrawl.nft.cli:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue