File tree Expand file tree Collapse file tree 2 files changed +833
-137
lines changed
Expand file tree Collapse file tree 2 files changed +833
-137
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,15 @@ classifiers = [
2323
2424dependencies = [
2525 " deprecation>=2.1.0" ,
26- " mypy>=1.4.1" ,
27- " ruff>=0.12.5" ,
26+ " flake8>=3.9.2" ,
27+ " flake8-blind-except>=0.2.1" ,
28+ " flake8-builtins>=2.1.0" ,
29+ " flake8-docstrings>=1.7.0" ,
30+ " flake8-import-order>=0.19.2" ,
31+ " flake8-logging-format>=2024.24.12" ,
32+ " flake8-rst-docstrings>=0.3.0" ,
33+ " pylint>=2.13.9" ,
34+ " six>=1.17.0" ,
2835 " tox>=4.8.0" ,
2936 " types-setuptools>=69.0.0.0" ,
3037]
@@ -34,7 +41,7 @@ HOMEPAGE = "https://pypi.org/project/splunk-sdk"
3441DOCS = " https://docs.splunk.com/Documentation/PythonSDK/2.0.0"
3542REPO = " http://github.com/splunk/splunk-sdk-python.git"
3643
37- # [tool.setuptools.package-dir]
38- # "splunklib" = "splunklib"
39- # "splunklib.modularinput" = "splunklib/modularinput"
40- # "splunklib.searchcommands" = "splunklib/searchcommands"
44+ [tool .setuptools .package-dir ]
45+ "splunklib" = " splunklib"
46+ "splunklib.modularinput" = " splunklib/modularinput"
47+ "splunklib.searchcommands" = " splunklib/searchcommands"
You can’t perform that action at this time.
0 commit comments