@@ -4,12 +4,12 @@ DOCS = "https://docs.splunk.com/Documentation/PythonSDK/2.1.1"
4
4
REPO = " https://github.com/splunk/splunk-sdk-python.git"
5
5
6
6
[project ]
7
- name = " splunk-sdk"
7
+ name = " splunk-sdk-test-wheel "
8
8
dynamic = [" version" ]
9
9
description = " Splunk Software Development Kit for Python"
10
10
readme = " README.md"
11
- requires-python = " >=3.7.17 "
12
- license = { file = " LICENSE " }
11
+ requires-python = " >=3.7"
12
+ license = " Apache-2.0 "
13
13
authors = [{
name =
" Splunk, Inc." ,
email =
" [email protected] " }]
14
14
classifiers = [
15
15
" Programming Language :: Python" ,
@@ -26,7 +26,7 @@ dependencies = ["deprecation", "python-dotenv"]
26
26
[dependency-groups ]
27
27
test = [" tox" , " pytest" ]
28
28
lint = [" mypy" , " ruff" ]
29
- build = [" build" , " setuptools" , { include-group = " test " } ]
29
+ build = [" build" , " setuptools" , " twine " ]
30
30
dev = [
31
31
{ include-group = " test" },
32
32
{ include-group = " lint" },
@@ -37,8 +37,8 @@ dev = [
37
37
requires = [" setuptools" ]
38
38
build-backend = " setuptools.build_meta"
39
39
40
- [tool .setuptools . packages . find ]
41
- where = [" . " ]
40
+ [tool .setuptools ]
41
+ packages = [" splunklib " , " splunklib.modularinput " , " splunklib.searchcommands " ]
42
42
43
43
[tool .setuptools .dynamic ]
44
44
version = { attr = " splunklib.__version__" }
0 commit comments