Skip to content

Commit

Permalink
rename: expanse to atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh authored May 4, 2024
1 parent 3a2c8a6 commit dc6ad58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "expanse"
version = "0.2.4"
name = "atlaslib"
version = "0.2.5"
description = "turn apple health export.xml into parquet"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -20,14 +20,14 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project.scripts]
expanse = "expanse.cli:cli"
atlas = "atlas.cli:cli"


[project.urls]
Homepage = "https://github.com/tosh/expanse"
Changelog = "https://github.com/tosh/expanse/releases"
Issues = "https://github.com/tosh/expanse/issues"
CI = "https://github.com/tosh/expanse/actions"
Homepage = "https://github.com/atlaslib/atlas"
Changelog = "https://github.com/atlaslib/atlas/releases"
Issues = "https://github.com/atlaslib/atlas/issues"
CI = "https://github.com/atlaslib/atlas/actions"

[project.optional-dependencies]
test = ["pytest"]

0 comments on commit dc6ad58

Please sign in to comment.