criu/lib/pyproject.toml
Radostin Stoyanov 7a4b35a910 contributing: update links to mailing list
Our previous mailing list had some technical issues and we created
a new one that is hopefully more reliable.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2025-11-02 07:48:24 -08:00

19 lines
437 B
TOML

[build-system]
requires = ["setuptools", "protobuf<4.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pycriu"
description = "Python bindings for CRIU"
authors = [
{name = "CRIU team", email = "criu@lists.linux.dev"},
]
license = {text = "GPLv2"}
dynamic = ["version"]
requires-python = ">=3.6"
[tool.setuptools]
packages = ["pycriu", "pycriu.images"]
[tool.setuptools.dynamic]
version = {attr = "pycriu.__version__"}