From ad1478014923377d0511db1e8c8f2000c5a32edb Mon Sep 17 00:00:00 2001 From: Cooper Date: Wed, 11 Sep 2013 18:18:32 +0100 Subject: [PATCH] Updated to close #11 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c82df78..e2bfa7f 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def getcommit(): name=u'Distutils', version=u'1.0' + getcommit(), 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.txt'), + long_description = readfile(u'README.md'), author=u'Cooper', url=u'https://github.com/mountainstorm/MobileDevice', classifiers = [ @@ -65,7 +65,7 @@ def getcommit(): u'Topic :: Software Development :: Libraries :: Python Modules', u'Topic :: Utilities', ], - license= readfile(u'LICENSE.txt'), + license= readfile(u'LICENSE'), packages=['MobileDevice'], package_dir={'': u'../'}, scripts=[u'mdf']