Merge pull request #198 from seleniumbase/fix-pypi-readme

Fix pypi readme by setting content type to markdown
This commit is contained in:
Michael Mintz 2018-08-27 22:44:53 -04:00 committed by GitHub
commit 8d842be118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,9 +17,10 @@ except IOError:
setup(
name='seleniumbase',
version='1.15.1',
version='1.15.2',
description='All-In-One Test Automation Framework',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/seleniumbase/SeleniumBase',
platforms=["Windows", "Linux", "Unix", "Mac OS-X"],
author='Michael Mintz',