Skip to content

Commit f5dc40d

Browse files
David NobleDavid Noble
authored andcommitted
Merge pull request splunk#76 from zroger/setup-package-fixes
Add missing packages to setup.py.
2 parents 7965eb7 + 677f54c commit f5dc40d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ def exclude(path):
183183

184184
name="splunk-sdk",
185185

186-
packages = ["splunklib"],
186+
packages = ["splunklib",
187+
"splunklib.modularinput",
188+
"splunklib.searchcommands",
189+
"splunklib.searchcommands.csv"],
187190

188191
url="http://github.com/splunk/splunk-sdk-python",
189192

0 commit comments

Comments
 (0)