Skip to content

Commit

Permalink
INDY-1588: add the script to setup.py
Browse files Browse the repository at this point in the history
Changes:
- add the script to setup.py
- fix a name typo in the generate_bls_proof_of_possession script name
- change help message in the script generate_bls_proof_of_possession
- increment plenum version

Signed-off-by: toktar <[email protected]>
  • Loading branch information
Toktar committed Aug 20, 2018
1 parent 4e5aaa7 commit 87ba6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_node_name():

def parse_args():
parser = argparse.ArgumentParser(
description="Generate BLS keys proof of possession.")
description="Generating proof of possession for the Node's BLS key.")

parser.add_argument('--name', required=False, help='node name')
args = parser.parse_args()
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.6.513',
install_requires=['indy-plenum-dev==1.6.518',
'indy-anoncreds-dev==1.0.32',
'python-dateutil',
'timeout-decorator==0.4.0'],
Expand Down Expand Up @@ -98,6 +98,7 @@
'scripts/setup_iptables',
'scripts/setup_indy_node_iptables',
'scripts/current_validators',
'scripts/generate_bls_proof_of_possession',
'scripts/node_address_list',
'tools/diagnostics/nscapture',
'tools/diagnostics/nsdiff',
Expand Down

0 comments on commit 87ba6f3

Please sign in to comment.