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 7965eb7 commit 677f54cCopy full SHA for 677f54c
setup.py
@@ -183,7 +183,10 @@ def exclude(path):
183
184
name="splunk-sdk",
185
186
- packages = ["splunklib"],
+ packages = ["splunklib",
187
+ "splunklib.modularinput",
188
+ "splunklib.searchcommands",
189
+ "splunklib.searchcommands.csv"],
190
191
url="http://github.com/splunk/splunk-sdk-python",
192
0 commit comments