Skip to content

Commit

Permalink
Fix script pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 6, 2024
1 parent 51791f4 commit bc1e544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "past-time"
version = "0.3.0"
version = "0.3.1"
description = "Visualizer for the days of the year"
authors = ["Fabian Affolter <fabian@affolter-engineering.ch>"]
readme = "README.rst"
Expand Down Expand Up @@ -32,7 +32,7 @@ pytest = "^8.0.2"
freezegun = "^1.4.0"

[tool.poetry.scripts]
past-time = "past_time.__init__:app"
past-time = "past_time.__init__:cli"

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

0 comments on commit bc1e544

Please sign in to comment.