Skip to content

Commit

Permalink
Updated to close #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooper committed Sep 11, 2013
1 parent 04a4bef commit ad14780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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']
Expand Down

0 comments on commit ad14780

Please sign in to comment.