Skip to content

Commit feed837

Browse files
committed
Merge pull request #8 from browserstack/release
Release
2 parents 4f6264a + 67c956f commit feed837

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.pyc
22
env
33
local.log
4+
dist/**
5+
MANIFEST
6+

MANIFEST.in

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
LICENSE.txt
2+
README.md
3+
setup.cfg
4+
setup.py
5+
recursive-include browserstack *.py
6+
recursive-include tests *.py
7+

README

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
browserstack-local-python
2+
Python bindings for Browserstack Local
3+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
setup(
33
name = 'browserstack-local',
4-
packages = ['browserstack-local'],
4+
packages = ['browserstack'],
55
version = '0.1.0',
66
description = 'Python bindings from Browserstack Local',
77
author = 'BrowserStack',

0 commit comments

Comments
 (0)