Skip to content

Commit

Permalink
Bug fix to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Kent committed Feb 15, 2017
1 parent 8aae715 commit 009f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_tests(self):
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

def makeLongDescription(self):
def makeLongDescription():
return pypandoc.convert_file('README.md', 'rst')

try: long_description=makeLongDescription()
Expand Down

0 comments on commit 009f3c2

Please sign in to comment.