poetry python build
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
[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 = [
|
||||
"setuptools>=42",
|
||||
"wheel",
|
||||
"pybind11>=2.6.0",
|
||||
"cmake>=3.12",
|
||||
"ninja"]
|
||||
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["poetry-core>=2.0.0", "pybind11>=2.6.0", "cmake>=3.12"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user