fix: change name to cic-cli
This commit is contained in:
parent
48ee8050c1
commit
40e386db11
@ -40,6 +40,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
environment:
|
environment:
|
||||||
LOGLEVEL: info
|
LOGLEVEL: info
|
||||||
GIT_SSL_NO_VERIFY: 1
|
GIT_SSL_NO_VERIFY: 1
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,4 +7,5 @@ build/
|
|||||||
.idea
|
.idea
|
||||||
contracts
|
contracts
|
||||||
*.egg
|
*.egg
|
||||||
.coverage
|
.coverage
|
||||||
|
dist/
|
@ -1,5 +1,5 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cic"
|
name = "cic-cli"
|
||||||
version = "0.0.2"
|
version = "0.0.2"
|
||||||
description = "Generic cli tooling for the CIC token network"
|
description = "Generic cli tooling for the CIC token network"
|
||||||
authors = [
|
authors = [
|
||||||
|
Loading…
Reference in New Issue
Block a user