Install ceo.console

pull/5/head
David Bartley 15 years ago
parent 5778d003c2
commit 3bd15baa2b
  1. 2
      setup.py

@ -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'],
)

Loading…
Cancel
Save