20 lines
431 B
TOML
20 lines
431 B
TOML
[build-system]
|
|
requires = ["setuptools>=68"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "ituac-crypto-hub"
|
|
version = "0.1.0"
|
|
description = "Modular cryptocurrency operation capabilities, starting with Ethereum"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
namespaces = false
|
|
|
|
[tool.setuptools.package-data]
|
|
core = ["py.typed"]
|
|
eth = ["py.typed"]
|