mirror of https://github.com/nucypher/nucypher.git
Retarget deploy command module in setup.py
parent
0db9f719cf
commit
857adacfba
|
@ -808,7 +808,7 @@ class Staker(NucypherTokenActor):
|
|||
# Update staking cache element
|
||||
stakes = self.stakes
|
||||
|
||||
# Select stake to divide from local cache
|
||||
# Select stake to prolong from local cache
|
||||
try:
|
||||
current_stake = stakes[stake_index]
|
||||
except KeyError:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -144,7 +144,7 @@ setup(name=ABOUT['__title__'],
|
|||
# Entry Points
|
||||
entry_points={'console_scripts': [
|
||||
f'{PACKAGE_NAME} = {PACKAGE_NAME}.cli.main:nucypher_cli',
|
||||
f'{PACKAGE_NAME}-deploy = {PACKAGE_NAME}.cli.deploy:deploy',
|
||||
f'{PACKAGE_NAME}-deploy = {PACKAGE_NAME}.cli.commands.deploy:deploy',
|
||||
]},
|
||||
cmdclass={'verify': VerifyVersionCommand},
|
||||
|
||||
|
|
Loading…
Reference in New Issue