sea-small / pyproject.toml
alexandros-petkos's picture
first commit
386005a
raw
history blame contribute delete
295 Bytes
[project]
name = "sea_scenes"
version = "0.1.0"
# requires-python = "<3.13"
readme = "README.md"
dependencies = [
"numpy",
"opencv-python",
"rerun-sdk",
]
[project.scripts]
sea_scenes = "sea_scenes.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"