fix: change name to cic-cli

This commit is contained in:
William Luke 2022-03-01 12:40:30 +03:00
parent 48ee8050c1
commit 40e386db11
3 changed files with 5 additions and 2 deletions

View File

@ -40,6 +40,8 @@ steps:
when:
branch:
- master
event:
- push
environment:
LOGLEVEL: info
GIT_SSL_NO_VERIFY: 1

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ build/
.idea
contracts
*.egg
.coverage
.coverage
dist/

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "cic"
name = "cic-cli"
version = "0.0.2"
description = "Generic cli tooling for the CIC token network"
authors = [