~gmb/lp2kanban/add-workitems-to-cards-script

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Graham Binns
  • Date: 2011-07-18 14:25:26 UTC
  • Revision ID: graham@canonical.com-20110718142526-0reg0320xmqe45l7
Reverted the multiteam merge, since it broke things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    description='Syncs data from Launchpad to the kanban board',
14
14
    install_requires=[
15
15
        'argparse',
16
 
        'configobj',
17
16
        'launchpadlib',
18
17
        'lazr.uri',
19
18
        'setuptools',
20
 
        'testtools',
21
19
        ],
22
20
    )