Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrysteve committed Mar 16, 2016
1 parent d760183 commit 2858c34
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 @@ -9,7 +9,7 @@ def read(fname):
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except (IOError, ImportError):
long_description = read(long_description)
long_description = read('README.md')

setup(
name='marshmallow-jsonschema',
Expand Down

0 comments on commit 2858c34

Please sign in to comment.