--- setup.py.orig 2014-03-12 21:36:59.000000000 +0100 +++ setup.py 2014-03-12 21:37:17.000000000 +0100 @@ -45,8 +45,8 @@ setup( - name=u'Distutils', - version=u'1.0' + getcommit(), + name=u'MobileDevice', + version=u'@VERSION@', description=u'A python package, and command line tool, which wraps Apple\'s MobileDevice API - providing access to iOS devices', long_description = readfile(u'README.md'), author=u'Cooper',