mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
crit: add scripts/crit-setup.py
This is a small python scipt that uses distutils to install crit script and pycriu package. Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
9d169c550b
commit
def0f49177
1 changed files with 11 additions and 0 deletions
11
scripts/crit-setup.py
Normal file
11
scripts/crit-setup.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name = "crit",
|
||||
version = "0.0.1",
|
||||
description = "CRiu Image Tool",
|
||||
author = "CRIU team",
|
||||
author_email = "criu@openvz.org",
|
||||
url = "https://github.com/xemul/criu",
|
||||
packages = ["pycriu", "pycriu.images"],
|
||||
scripts = ["crit"]
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue