@@ -21,9 +21,25 @@ description = "The Splunk Software Development Kit for Splunk Solutions"
2121authors = [" Splunk <addonfactory@splunk.com>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/splunk/addonfactory-solutions-library-python"
24+ keywords = [" splunk" , " ucc" ]
25+ classifiers = [
26+ " Programming Language :: Python" ,
27+ " Development Status :: 5 - Production/Stable" ,
28+ " Intended Audience :: Developers" ,
29+ " Topic :: Software Development :: Libraries :: Python Modules" ,
30+ " Topic :: Software Development :: Code Generators" ,
31+ " License :: OSI Approved :: Apache Software License" ,
32+ " Programming Language :: Python :: 3.7" ,
33+ " Programming Language :: Python :: 3.8" ,
34+ " Programming Language :: Python :: 3.9" ,
35+ " Programming Language :: Python :: 3.10" ,
36+ " Programming Language :: Python :: 3.11" ,
37+ " Programming Language :: Python :: 3.12" ,
38+ " Programming Language :: Python :: 3.13" ,
39+ ]
2440
2541[tool .poetry .dependencies ]
26- python = " ^ 3.7"
42+ python = " >= 3.7,<3.14 "
2743requests = " ^2.31.0"
2844urllib3 = " <2"
2945sortedcontainers = " >=2"
0 commit comments