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.
1 parent 1dd988d commit 72ea25dCopy full SHA for 72ea25d
setup.py
@@ -158,10 +158,8 @@ def exclude(path):
158
manifest = [
159
(os.path.join(sdk_dir, 'examples', 'searchcommands_app'),
160
'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'))
+ (os.path.join(sdk_dir, 'splunklib'),
+ splunklib_arcname)
165
]
166
167
with closing(tarfile.open(tarball, 'w')) as spl:
0 commit comments