Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "null"

Daniel Lyons
committed
version = "2.8.2rc1"

Daniel Lyons
committed
description = "This is the null executable, a baseline test of the functionality of the Workspaces system."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = ">=3.10,<3.12"

Daniel Lyons
committed
[tool.poetry.group.dev.dependencies]
pex = "2.1.119"

Daniel Lyons
committed
[tool.poetry.scripts]
null = "null.null:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"