File tree Expand file tree Collapse file tree 2 files changed +1616
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1616
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ name = "splunk-sdk"
77version = " 2.1.0"
88authors = [{ name = " Splunk, Inc." , email = " devinfo@splunk.com" }]
99license.file = " LICENSE"
10+ requires-python = " >=3.7, <=3.13"
1011description = " The Splunk Software Development Kit for Python"
1112readme = " README.md"
12- dependencies = [" deprecation>=2.1.0" ]
13+ dependencies = [
14+ " deprecation>=2.1.0" ,
15+ " importlib-metadata>=6.7.0" ,
16+ ]
1317classifiers = [
1418 " Programming Language :: Python" ,
1519 " Development Status :: 6 - Mature" ,
@@ -25,7 +29,12 @@ Homepage = "http://github.com/splunk/splunk-sdk-python"
2529
2630
2731[project .optional-dependencies ]
28- dev = [" tox>=4.8.0" ]
32+ dev = [" tox>=4.8.0" , " pytest>=7.4.4" ]
33+ build = [" twine" , " build" ]
2934
3035[tool .setuptools ]
3136packages = [" splunklib" , " splunklib.modularinput" , " splunklib.searchcommands" ]
37+
38+
39+ [tool .setuptools .exclude-package-data ]
40+ "*" = [" tests/*" ]
You can’t perform that action at this time.
0 commit comments