[tool.poetry] name = "uLib" version = "0.6.0" description = "CMT Cosmic Muon Tomography project uLib python bindings" authors = ["Andrea Rigoni Garola "] 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"