Files
easybits/pyproject.toml
Chris Proctor ffed9f2d01 Initial commit
2026-06-22 22:07:22 -04:00

15 lines
330 B
TOML

[tool.poetry]
name = "easybits"
version = "0.1.4"
description = "A friendly interface for exploring bits."
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
bitarray = "^3.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"