Skip to content

Commit 5b598ac

Browse files
committed
Fix splunk module name (splunk => splunklib)
1 parent 7ec288b commit 5b598ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from distutils.core import setup
1818

19-
import splunk
19+
import splunklib
2020

2121
setup(
2222
author="Splunk, Inc.",
@@ -29,11 +29,11 @@
2929

3030
name="splunk-sdk",
3131

32-
packages = ["splunk"],
32+
packages = ["splunklib"],
3333

3434
url="http://github.com/splunk/splunk-sdk-python",
3535

36-
version=splunk.__version__,
36+
version=splunklib.__version__,
3737

3838
classifiers = [
3939
"Programming Language :: Python",

0 commit comments

Comments
 (0)