Rename deploy to publish

This commit is contained in:
lash 2023-02-11 09:54:28 +00:00
parent c2c7a47faf
commit 69fe24e593
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
* 0.3.3
- Rename cli script from deploy to publish
* 0.3.2
- Add remove option
* 0.3.0
- Upgrade deps
* 0.1.5
- Add missing add_0x in writer cli

View File

@ -1,6 +1,6 @@
[metadata]
name = eth-accounts-index
version = 0.3.2
version = 0.3.3
description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook
author_email = dev@holbrook.no
@ -40,7 +40,7 @@ testing =
[options.entry_points]
console_scripts =
eth-accounts-index-deploy = eth_accounts_index.runnable.deploy:main
eth-accounts-index-publish = eth_accounts_index.runnable.publish:main
eth-accounts-index-add = eth_accounts_index.runnable.add:main
eth-accounts-index-writer = eth_accounts_index.runnable.writer:main
eth-accounts-index-list = eth_accounts_index.runnable.list:main