Skip to content

Commit e7642c6

Browse files
committed
Add long description to local python binding
1 parent 3c5efab commit e7642c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
packages = ['browserstack'],
88
version = '1.2.8',
99
description = 'Python bindings for Browserstack Local',
10+
long_description=open('README.md').read(),
11+
long_description_content_type='text/markdown',
1012
author = 'BrowserStack',
1113
author_email = '[email protected]',
1214
url = 'https://github.com/browserstack/browserstack-local-python',

0 commit comments

Comments
 (0)