From 40e386db1175839394f2480a1a3e1bbfc52edea9 Mon Sep 17 00:00:00 2001 From: William Luke Date: Tue, 1 Mar 2022 12:40:30 +0300 Subject: [PATCH] fix: change name to cic-cli --- .drone.yml | 2 ++ .gitignore | 3 ++- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f3792ba..69af6a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,8 @@ steps: when: branch: - master + event: + - push environment: LOGLEVEL: info GIT_SSL_NO_VERIFY: 1 diff --git a/.gitignore b/.gitignore index db4e97e..5ad773c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ build/ .idea contracts *.egg -.coverage \ No newline at end of file +.coverage +dist/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index beb278b..f5b666a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [