Skip to content

Commit 67c956f

Browse files
committed
fixed setup.py issue
1 parent af18326 commit 67c956f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.pyc
22
env
33
local.log
4+
dist/**
5+
MANIFEST
6+

setup.py

Lines changed: 1 addition & 1 deletion
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)