4 from setuptools
import setup
, find_packages
6 news_file
= file('NEWS')
7 version
= news_file
.readline().strip()
11 description
='Group Shell',
13 '''gsh is used to launch several remote shells on many machines at the same
14 time and control them from a single command prompt.''',
15 author
='Guillaume Chazarain',
16 author_email
='guichaz@yahoo.fr',
17 url
='http://guichaz.free.fr/gsh',
19 packages
=find_packages(),