File tree Expand file tree Collapse file tree 2 files changed +1728
-1499
lines changed
Expand file tree Collapse file tree 2 files changed +1728
-1499
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,11 @@ classifiers = [
2929 " Topic :: Software Development :: Libraries :: Application Frameworks" ,
3030]
3131
32- dependencies = [" python-dotenv>=0.21.1" ]
33- optional-dependencies = { compat = [" six>=1.17.0" ] }
32+ dependencies = [
33+ " python-dotenv>=0.21.1" ,
34+ # Required because Splunk apps don't get dedicated virtualenvs
35+ " six>=1.17.0" ,
36+ ]
3437
3538[dependency-groups ]
3639build = [" build>=1.1.1" , " twine>=4.0.2" ]
@@ -53,8 +56,8 @@ build-backend = "setuptools.build_meta"
5356[tool .setuptools ]
5457packages = [" splunklib" , " splunklib.modularinput" , " splunklib.searchcommands" ]
5558
56- [tool .setuptools .dynamic ]
57- version = { attr = " splunklib.__version__" }
59+ [tool .setuptools .dynamic . version ]
60+ attr = " splunklib.__version__"
5861
5962# https://docs.astral.sh/ruff/configuration/
6063[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments