Skip to content

Commit

Permalink
Add content-type for our setup description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffFranklin committed Nov 20, 2018
1 parent 8f69a56 commit 4e93622
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 @@ -21,6 +21,7 @@ def strip_comments(line): return line.split('#')[0]
description=desc,
license='Apache License, Version 2.0',
long_description=long_description,
long_description_content_type="text/markdown",
packages=['webdriver_recorder'],
package_data={'webdriver_recorder': ['VERSION', '*.html']},
python_requires='>=3.4',
Expand Down

0 comments on commit 4e93622

Please sign in to comment.