Skip to content
Snippets Groups Projects
pyproject.toml 594 B
Newer Older
name = "ssa_null"
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+"
readme = "README.md"
packages = [{ include = "null" }]
[tool.poetry.group.dev.dependencies]
pex = "2.1.119"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
Daniel Lyons's avatar
Daniel Lyons committed
pytest-mock = "^3.10.0"
[tool.poetry.scripts]
null = "null.null:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"