3 from distutils
.core
import setup
4 from gsh
.version
import VERSION
8 description
='Group Shell',
10 """gsh is used to launch several remote shells on many machines at the same
11 time and control them from a single command prompt.""",
12 author
='Guillaume Chazarain',
13 author_email
='guichaz@gmail.com',
14 url
='http://guichaz.free.fr/gsh',
16 data_files
=[('share/man/man1', ['gsh.1'])],