Skip to content

Commit 140ff0f

Browse files
authored
Merge pull request #22 from alan-turing-institute/update-name
Rename to auto-cast
2 parents d280359 + e38297c commit 140ff0f

15 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# auto-x
1+
# auto-cast

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "auto-x"
2+
name = "auto-cast"
33
version = "0.1.0"
44
description = "Spatiotemporal forecasting"
55
readme = "README.md"
@@ -20,7 +20,7 @@ dev = [
2020
]
2121

2222
[project.scripts]
23-
auto-x = "auto_x:main"
23+
auto-cast = "auto_cast:main"
2424

2525
[build-system]
2626
requires = ["uv_build>=0.8.15,<0.9.0"]

src/auto_cast/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def main() -> None: # noqa: D103
2+
print("Hello from auto-cast!")

0 commit comments

Comments
 (0)