Skip to content

Commit

Permalink
Merge pull request #119 from aws-samples/bugfix/cli
Browse files Browse the repository at this point in the history
Fix cli name
  • Loading branch information
megareez authored Dec 21, 2021
2 parents 8ade625 + 65ef467 commit 010f6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ universal = 1
[metadata]
name = cid-cmd
# version = attr: VERSION
version = 0.1.2
version = 0.1.3
keywords = aws, cmd, cli, cost intelligence dashboards
description = Cloud Intelligence Dashboards deployment helper tool
long_description = file: README.md
Expand Down Expand Up @@ -37,7 +37,7 @@ install_requires =

[options.entry_points]
console_scripts =
cid_cmd=cid.cli:main
cid-cmd=cid.cli:main

cid.plugins =
Core = cid.builtin.core
Expand Down

0 comments on commit 010f6a0

Please sign in to comment.