summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-10 12:47:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-10 12:47:13 +0000
commit716ad28c18ac00c52797dc42c843569b1834fb88 (patch)
tree4c3e8a0bb545aadaa2a162d7df5a73623e38f7b8 /setup.py
parent627c50633977804e6a10bafad81e72ae376b1cf6 (diff)
downloadlorry-controller-716ad28c18ac00c52797dc42c843569b1834fb88.tar.gz
Remove old Lorry Controller to make room for new one
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/setup.py b/setup.py
deleted file mode 100644
index b27b9d5..0000000
--- a/setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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'],
- )