mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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>
19 lines
437 B
TOML
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__"}
|