Includes: - Python examples to test Brite, Click and Openflow - CI jobs for manylinux packaging of pip wheel - Support for Linux distributions with lib and lib64 directories - Configuration of RPATH not to require setting LD_LIBRARY_PATH Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
17 lines
327 B
TOML
17 lines
327 B
TOML
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
requires = [
|
|
"wheel",
|
|
"setuptools>=45",
|
|
"setuptools_scm[toml]>=6.0",
|
|
"cmake-build-extension>=0.4",
|
|
"cppyy==2.4.2",
|
|
]
|
|
|
|
[tool.setuptools_scm]
|
|
version_scheme = "post-release"
|
|
local_scheme = "no-local-version"
|
|
|
|
[tool.cibuildwheel]
|
|
build-frontend = "build"
|