Move src directory to be under nj
This commit is contained in:
parent
7939fc8860
commit
d583b7190f
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ requires-python = ">=3.13"
|
||||||
dependencies = ["requests>=2.32.4", "typer>=0.16.0"]
|
dependencies = ["requests>=2.32.4", "typer>=0.16.0"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
nightjet = "nj_api:main"
|
nightjet = "nj:main"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
|
|
@ -18,4 +18,4 @@ build-backend = "hatchling.build"
|
||||||
typeCheckingMode = "basic"
|
typeCheckingMode = "basic"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/nj_api"]
|
packages = ["src/nj"]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from nj_api import main as cli
|
from nj import main as cli
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue