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']