Fix setup.py

Fixed regression introduced in 1341fdd07d plus a typo fix.

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
python3
Libor Pechacek 9 years ago
parent 86cb8ac7d3
commit 8ffce0b3d0

@ -10,8 +10,8 @@ setup(name = 'cpuset',
license = 'GPLv2', license = 'GPLv2',
author = 'Alex Tsariounov', author = 'Alex Tsariounov',
author_email = 'alext@novell.com', author_email = 'alext@novell.com',
url = 'https://github.com/lpechacek/cpuset' url = 'https://github.com/lpechacek/cpuset',
description = 'Allows manipluation of cpusets and provides higher level functions.', description = 'Allows manipulation of cpusets and provides higher level functions.',
long_description = \ long_description = \
'Cpuset is a Python application to make using the cpusets facilities in the Linux\n' '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' 'kernel easier. The actual included command is called cset and it allows\n'

Loading…
Cancel
Save