diff --git a/pyproject.toml b/pyproject.toml index dab0a4c..05451aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/uv.lock b/uv.lock index f9e453b..324e6a2 100644 --- a/uv.lock +++ b/uv.lock @@ -94,7 +94,7 @@ wheels = [ ] [[package]] -name = "nj-api" +name = "nightjet-price-notifier" version = "0.1.0" source = { editable = "." } dependencies = [