Skip to content

Commit

Permalink
circumvent pandoc need
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Jun 7, 2019
1 parent 386e30e commit d4db4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def get_static(name, condition=None):
version=version,
description="A pipeline submission engine that parses sample inputs and submits pipelines for each sample.",
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
Expand Down

2 comments on commit d4db4bb

@nsheff
Copy link
Contributor

@nsheff nsheff commented on d4db4bb Jun 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a new ability at pypi? it used to require rst...

@vreuter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure when it was introduced as a keyword and/or different formatting accommodated by PyPI, but it's how searching around and reading the setuptools docs suggested to handle this without pandoc. I'll probably just install the needed packages at some point, but in the meantime this seems like a suitable workaround.

Please sign in to comment.