Skip to content
Snippets Groups Projects
Unverified Commit 20e85a65 authored by Jordan Borean's avatar Jordan Borean
Browse files

Stop using deprecated PANDOC function

parent 1e101d08
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ from setuptools import setup ...@@ -9,7 +9,7 @@ from setuptools import setup
# before uploading package # before uploading package
try: try:
import pypandoc import pypandoc
long_description = pypandoc.convert('README.md', 'rst') long_description = pypandoc.convert_file('README.md', 'rst')
except ImportError: except ImportError:
long_description = '' long_description = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment