@@ -4,12 +4,12 @@ DOCS = "https://docs.splunk.com/Documentation/PythonSDK/2.1.1"
44REPO = " https://github.com/splunk/splunk-sdk-python.git"
55
66[project ]
7- name = " splunk-sdk"
7+ name = " splunk-sdk-test-wheel "
88dynamic = [" version" ]
99description = " Splunk Software Development Kit for Python"
1010readme = " README.md"
11- requires-python = " >=3.7.17 "
12- license = { file = " LICENSE " }
11+ requires-python = " >=3.7"
12+ license = " Apache-2.0 "
1313authors = [{
name =
" Splunk, Inc." ,
email =
" [email protected] " }]
1414classifiers = [
1515 " Programming Language :: Python" ,
@@ -26,7 +26,7 @@ dependencies = ["deprecation", "python-dotenv"]
2626[dependency-groups ]
2727test = [" tox" , " pytest" ]
2828lint = [" mypy" , " ruff" ]
29- build = [" build" , " setuptools" , { include-group = " test " } ]
29+ build = [" build" , " setuptools" , " twine " ]
3030dev = [
3131 { include-group = " test" },
3232 { include-group = " lint" },
@@ -37,8 +37,8 @@ dev = [
3737requires = [" setuptools" ]
3838build-backend = " setuptools.build_meta"
3939
40- [tool .setuptools . packages . find ]
41- where = [" . " ]
40+ [tool .setuptools ]
41+ packages = [" splunklib " , " splunklib.modularinput " , " splunklib.searchcommands " ]
4242
4343[tool .setuptools .dynamic ]
4444version = { attr = " splunklib.__version__" }
0 commit comments