16 lines
453 B
TOML
16 lines
453 B
TOML
[tool.poetry]
|
|
name = "uLib"
|
|
version = "0.6.0"
|
|
description = "CMT Cosmic Muon Tomography project uLib python bindings"
|
|
authors = ["Andrea Rigoni Garola <andrea.rigoni@pd.infn.it>"]
|
|
readme = "README.md"
|
|
packages = [{ include = "uLib", from = "src/Python" }]
|
|
build = "build_python.py"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0", "pybind11>=2.6.0", "cmake>=3.12"]
|
|
build-backend = "poetry.core.masonry.api"
|