#!/usr/bin/python # # Copyright (C) 2012 Codethink Limited from distutils.core import setup setup(name='lorry-controller', description='FIXME', long_description='''\ FIXME ''', author='Daniel Silverstone', author_email='daniel.silverstne@codethink.co.uk', url='http://www.baserock.com/', scripts=['lorry-controller'], packages=['lorrycontroller'], )