summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 13:56:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 13:56:13 +0000
commita6e821c0aef8396f87f309e3dfa61a9ea931ec50 (patch)
treeb3dd1be898275b8d2ed539661cc86a77cb2b7a02
parentf3a30a2f3412b3528b2e7e05ecc57cdbc8c6e449 (diff)
downloadmorph-a6e821c0aef8396f87f309e3dfa61a9ea931ec50.tar.gz
Remove version number
We don't do releases, so having the version number in the source is misleading. If and when we start doing numbered releases, it's easy to add back. However, YAGNI and all that.
-rwxr-xr-xmorph2
-rw-r--r--morphlib/__init__.py3
-rw-r--r--setup.py1
3 files changed, 1 insertions, 5 deletions
diff --git a/morph b/morph
index 1876c7cb..485dd469 100755
--- a/morph
+++ b/morph
@@ -394,4 +394,4 @@ class Morph(cliapp.Application):
if __name__ == '__main__':
- Morph(version=morphlib.__version__).run()
+ Morph().run()
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index db1a8dfd..532c29a4 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -17,9 +17,6 @@
'''Baserock library.'''
-__version__ = '0.0'
-
-
import bins
import blobs
import buildcontroller
diff --git a/setup.py b/setup.py
index e921b9b1..c86c4252 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,6 @@ class Check(Command):
setup(name='morph',
- version=morphlib.__version__,
description='FIXME',
long_description='''\
FIXME