3 from distutils
.core
import setup
4 from polysh
.version
import VERSION
10 """polysh 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/polysh',
15 scripts
=['bin/polysh'],
16 data_files
=[('share/man/man1', ['polysh.1'])],