4 from setuptools
import setup
, find_packages
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@yahoo.fr',
14 url
='http://guichaz.free.fr/gsh',
16 packages
=find_packages(),