Install ceo.console

This commit is contained in:
David Bartley 2008-01-11 00:11:16 -05:00
parent 5778d003c2
commit 3bd15baa2b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from distutils.core import setup
setup(
name='ceo',
description='CSC Electronic Office',
packages=[ 'ceo', 'ceo.urwid' ],
packages=[ 'ceo', 'ceo.urwid', 'ceo.console' ],
scripts=['bin/ceo'],
)