Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh committed Apr 26, 2024
1 parent e96d88b commit efab248
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "expanse"
version = "0.2.2"
version = "0.2.3"
description = "turn apple health export.xml into parquet"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -20,7 +20,8 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project.scripts]
expanse = "expanse.cli:main"
expanse = "expanse:__main__"


[project.urls]
Homepage = "https://github.com/tosh/expanse"
Expand Down

0 comments on commit efab248

Please sign in to comment.