Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Nov 24, 2017
1 parent c6f28f6 commit 70823f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from distutils.core import setup

try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except (ImportError, OSError):
long_description = open('README.rst').read()
except IOError:
long_description = open('README.md').read()

setup(
Expand Down

0 comments on commit 70823f2

Please sign in to comment.