Skip to content

Commit

Permalink
Merge pull request #18 from homoluctus/fix/scripts
Browse files Browse the repository at this point in the history
fix: Fix pyinsights main scripts location
  • Loading branch information
homoluctus authored May 2, 2020
2 parents 8900d5e + d2a771e commit 26c397d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyinsights"
version = "0.4.0"
version = "0.4.1"
description = "AWS CloudWatch Logs Insights is wrapped by Python"
authors = ["homoluctus <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -46,7 +46,7 @@ exclude = '''
'''

[tool.poetry.scripts]
pyinsights = "pyinsights.cli:run"
pyinsights = "pyinsights.pyinsights:run"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 26c397d

Please sign in to comment.