Refactor
This commit is contained in:
parent
3ad332b5a8
commit
eeab8fff1e
16 changed files with 536 additions and 943 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
name = "entropic-perma-risk"
|
||||
name = "entropice"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
|
|
@ -49,10 +49,14 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
create-grid = "steps.s0_0_grids.create_grid:main"
|
||||
rts = "steps.s0_1_rts.rts:main"
|
||||
alpha-earth = "steps.s1_0_alphaearth.alphaearth:main"
|
||||
era5 = "steps.s1_1_era5.era5:cli"
|
||||
create-grid = "entropice.grids:main"
|
||||
darts = "entropice.darts:main"
|
||||
alpha-earth = "entropice.alphaearth:main"
|
||||
era5 = "entropice.era5:cli"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue