25 lines
374 B
TOML
25 lines
374 B
TOML
[project]
|
|
name = "sls2om"
|
|
version = "0.2.0"
|
|
description = "SLS2 Online Model for beam dynamics"
|
|
requires-python = ">=3.9"
|
|
|
|
dependencies = [
|
|
"numpy>=2.0.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"twine>=6.2.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src/sls2om"]
|
|
|
|
[tool.uv]
|
|
package = true
|