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 7ec288b commit 5b598acCopy full SHA for 5b598ac
setup.py
@@ -16,7 +16,7 @@
16
17
from distutils.core import setup
18
19
-import splunk
+import splunklib
20
21
setup(
22
author="Splunk, Inc.",
@@ -29,11 +29,11 @@
29
30
name="splunk-sdk",
31
32
- packages = ["splunk"],
+ packages = ["splunklib"],
33
34
url="http://github.com/splunk/splunk-sdk-python",
35
36
- version=splunk.__version__,
+ version=splunklib.__version__,
37
38
classifiers = [
39
"Programming Language :: Python",
0 commit comments