Files
brk/packages/brk_client/pyproject.toml
2026-01-18 00:42:14 +01:00

36 lines
889 B
TOML

[project]
name = "brk-client"
version = "0.1.0-alpha.6"
description = "Python client for the Bitcoin Research Kit"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
keywords = ["bitcoin", "blockchain", "analytics", "on-chain"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
]
[project.urls]
Homepage = "https://bitcoinresearchkit.org"
Repository = "https://github.com/bitcoinresearchkit/brk"
[dependency-groups]
dev = [
"pydoc-markdown>=4.8.2",
"pytest",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.ruff.lint]
ignore = ["E701"]