[CRIU] [PATCH 2/3] p.haul: add setup.py

Ruslan Kuprieiev kupruser at gmail.com
Sun Nov 2 17:02:50 PST 2014


This is small python script that uses distutils to install
p.haul* scripts and phaul package.

Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 setup.py | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 setup.py

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..23c2797
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,11 @@
+from distutils.core import setup
+
+setup(
+	name = "p.haul",
+	version = "0.0.1",
+	description = "Process HAULer",
+	author = "CRIU team",
+	author_email = "criu at openvz.org",
+	url = "https://github.com/xemul/p.haul",
+	packages = ["phaul"],
+	scripts = ["p.haul", "p.haul-service"])
-- 
1.9.3



More information about the CRIU mailing list