We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5efab commit e7642c6Copy full SHA for e7642c6
setup.py
@@ -7,6 +7,8 @@
7
packages = ['browserstack'],
8
version = '1.2.8',
9
description = 'Python bindings for Browserstack Local',
10
+ long_description=open('README.md').read(),
11
+ long_description_content_type='text/markdown',
12
author = 'BrowserStack',
13
author_email = '[email protected]',
14
url = 'https://github.com/browserstack/browserstack-local-python',
0 commit comments