Skip to content

Commit 8d842be

Browse files
authored
Merge pull request #198 from seleniumbase/fix-pypi-readme
Fix pypi readme by setting content type to markdown
2 parents 23d3012 + 4b805f2 commit 8d842be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.15.1',
20+
version='1.15.2',
2121
description='All-In-One Test Automation Framework',
2222
long_description=long_description,
23+
long_description_content_type='text/markdown',
2324
url='https://github.com/seleniumbase/SeleniumBase',
2425
platforms=["Windows", "Linux", "Unix", "Mac OS-X"],
2526
author='Michael Mintz',

0 commit comments

Comments
 (0)