from distutils.core import setup setup( name='yrc', version='97K', description='A Unix IRC client', py_modules=['yrc', 'yterm'], scripts=['yrc'], )