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.
2 parents 7a5ca0d + c0eaffc commit 32e11a3Copy full SHA for 32e11a3
setup.py
@@ -1,8 +1,11 @@
1
-from distutils.core import setup
+try:
2
+ from setuptools import setup
3
+except ImportError:
4
+ from distutils.core import setup
5
setup(
6
name = 'browserstack-local',
7
packages = ['browserstack'],
- version = '1.2.0',
8
+ version = '1.2.1',
9
description = 'Python bindings for Browserstack Local',
10
author = 'BrowserStack',
11
author_email = 'support@browserstack.com',
0 commit comments