From 8ffce0b3d0d44e81f1ecb90e157e1504e8514a1a Mon Sep 17 00:00:00 2001 From: Libor Pechacek Date: Tue, 29 Dec 2015 22:06:02 +0100 Subject: [PATCH] Fix setup.py Fixed regression introduced in 1341fdd07dfd8 plus a typo fix. Signed-off-by: Libor Pechacek --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5934cb0..80b105c 100755 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ setup(name = 'cpuset', license = 'GPLv2', author = 'Alex Tsariounov', author_email = 'alext@novell.com', - url = 'https://github.com/lpechacek/cpuset' - description = 'Allows manipluation of cpusets and provides higher level functions.', + url = 'https://github.com/lpechacek/cpuset', + description = 'Allows manipulation of cpusets and provides higher level functions.', long_description = \ 'Cpuset is a Python application to make using the cpusets facilities in the Linux\n' 'kernel easier. The actual included command is called cset and it allows\n'