Skip to content

Commit 423d6a0

Browse files
committed
removed comments
1 parent 21d3d3d commit 423d6a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from distutils.core import setup
22
setup(
33
name = 'browserstack-local',
4-
packages = ['browserstack-local'], # this must be the same as the name above
4+
packages = ['browserstack-local'],
55
version = '0.1.0',
66
description = 'Python bindings from Browserstack Local',
77
author = 'BrowserStack',
88
author_email = '[email protected]',
9-
url = 'https://github.com/browserstack/browserstack-local-python', # use the URL to the github repo
10-
download_url = 'https://github.com/browserstack/browserstack-local-python/tarball/0.1.0', # I'll explain this in a second
11-
keywords = ['BrowserStack', 'Local', 'selenium', 'testing'], # arbitrary keywords
9+
url = 'https://github.com/browserstack/browserstack-local-python',
10+
download_url = 'https://github.com/browserstack/browserstack-local-python/tarball/0.1.0',
11+
keywords = ['BrowserStack', 'Local', 'selenium', 'testing'],
1212
classifiers = [],
1313
)
1414

0 commit comments

Comments
 (0)