Rename project

This commit is contained in:
Marty Oehme 2025-08-12 12:43:45 +02:00
parent 7229ec11a5
commit e510f0bbef
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 8 additions and 10 deletions

View file

@ -1,16 +1,11 @@
[project]
name = "nj-api"
name = "nightjet-price-notifier"
version = "0.1.0"
description = "Add your description here"
description = "Continuously monitors nightjet travel dates for price fluctuations"
readme = "README.md"
authors = [
{ name = "Marty Oehme", email = "contact@martyoeh.me" }
]
authors = [{ name = "Marty Oehme", email = "contact@martyoeh.me" }]
requires-python = ">=3.13"
dependencies = [
"requests>=2.32.4",
"typer>=0.16.0",
]
dependencies = ["requests>=2.32.4", "typer>=0.16.0"]
[project.scripts]
nightjet = "nj_api:main"
@ -21,3 +16,6 @@ build-backend = "hatchling.build"
[tool.pyright]
typeCheckingMode = "basic"
[tool.hatch.build.targets.wheel]
packages = ["src/nj_api"]

2
uv.lock generated
View file

@ -94,7 +94,7 @@ wheels = [
]
[[package]]
name = "nj-api"
name = "nightjet-price-notifier"
version = "0.1.0"
source = { editable = "." }
dependencies = [