File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ jsonschema==4.0.0
1818eth-account == 0.9.0
1919trezor == 0.13.8
2020ledgerblue == 0.1.48
21- snet. contracts == 0.1 .1
21+ snet- contracts == 0.2 .1
2222lighthouseweb3 == 0.1.4
23- cryptography == 43.0.3
23+ cryptography == 43.0.3
Original file line number Diff line number Diff line change 77from snet .cli .utils .utils import compile_proto
88from version import __version__
99
10- PACKAGE_NAME = 'snet. cli'
10+ PACKAGE_NAME = 'snet- cli'
1111
1212
1313this_directory = os .path .abspath (os .path .dirname (__file__ ))
@@ -50,8 +50,7 @@ def run(self):
5050setup (
5151 name = PACKAGE_NAME ,
5252 version = __version__ ,
53- packages = find_namespace_packages (include = ['snet.*' ]),
54- namespace_packages = ['snet' ],
53+ packages = find_namespace_packages (include = ['snet*' ]),
5554 url = 'https://github.com/singnet/snet-cli' ,
5655 author = "SingularityNET Foundation" ,
5756 author_email = "info@singularitynet.io" ,
Original file line number Diff line number Diff line change 1- __version__ = "2.4.0 "
1+ __version__ = "2.4.1 "
You can’t perform that action at this time.
0 commit comments