binfootprint/pyproject.toml

20 lines
490 B
TOML

[tool.poetry]
name = "binfootprint"
version = "0.2.0"
description = "binary representation for simple data structures"
authors = ["Richard Hartmann <richard.hartmann@tu-dresden.de>"]
license = "BSD (3 clause)"
classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Developers"
]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
numpy = "^1.5.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.core.masonry.api"