We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f6264a + 67c956f commit feed837Copy full SHA for feed837
.gitignore
@@ -1,3 +1,6 @@
1
*.pyc
2
env
3
local.log
4
+dist/**
5
+MANIFEST
6
+
MANIFEST.in
@@ -0,0 +1,7 @@
+LICENSE.txt
+README.md
+setup.cfg
+setup.py
+recursive-include browserstack *.py
+recursive-include tests *.py
7
README
@@ -0,0 +1,3 @@
+browserstack-local-python
+Python bindings for Browserstack Local
setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name = 'browserstack-local',
- packages = ['browserstack-local'],
+ packages = ['browserstack'],
version = '0.1.0',
description = 'Python bindings from Browserstack Local',
author = 'BrowserStack',
0 commit comments