3 from distutils
.core
import setup
4 from iotop
.version
import VERSION
8 description
='Per process I/O bandwidth monitor',
10 '''Iotop is a Python program with a top like UI used to show of behalf of which
11 process is the I/O going on.''',
12 author
='Guillaume Chazarain',
13 author_email
='guichaz@gmail.com',
14 url
='http://guichaz.free.fr/iotop',
15 scripts
=['bin/iotop'],
16 data_files
=[('share/man/man1', ['iotop.1'])],