1.x updates
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
[project]
|
||||
name = "garmin"
|
||||
name = "openrun"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "Endurance-running analytics — local-first, open-source. Banister CTL/ATL/TSB, Pa:HR decoupling, FIT-aware HR zones, route clustering, race-plan projection."
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fitparse>=1.2.0",
|
||||
@@ -11,3 +13,28 @@ dependencies = [
|
||||
"matplotlib>=3.10.9",
|
||||
"pandas>=3.0.3",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
openrun-init = "openrun.setup:main"
|
||||
openrun-auth = "openrun.ingest.auth:main"
|
||||
openrun-sync = "openrun.ingest.garmin_api:main"
|
||||
openrun-ingest = "openrun.ingest.garmin_export:main"
|
||||
openrun-link-fit = "openrun.ingest.fit_linker:main"
|
||||
openrun-time-in-zone = "openrun.ingest.time_in_zone:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.0.0",
|
||||
"pytest-cov>=5.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/openrun"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
addopts = "-ra --strict-markers"
|
||||
|
||||
Reference in New Issue
Block a user