Skip to content

Commit 72ea25d

Browse files
author
David Noble
committed
Setup.py no includes all of splunklib when building the searchcommands_app
Signed-off-by: David Noble <[email protected]>
1 parent 1dd988d commit 72ea25d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,8 @@ def exclude(path):
158158
manifest = [
159159
(os.path.join(sdk_dir, 'examples', 'searchcommands_app'),
160160
'searchcommands_app'),
161-
(os.path.join(sdk_dir, 'splunklib', '__init__.py'),
162-
os.path.join(splunklib_arcname, '__init__.py')),
163-
(os.path.join(sdk_dir, 'splunklib', 'searchcommands'),
164-
os.path.join(splunklib_arcname, 'searchcommands'))
161+
(os.path.join(sdk_dir, 'splunklib'),
162+
splunklib_arcname)
165163
]
166164

167165
with closing(tarfile.open(tarball, 'w')) as spl:

0 commit comments

Comments
 (0)