@@ -5,16 +5,23 @@ description = "A lightweight JSON Schema validation library for Robot Framework
55readme = " README.md"
66license = " Apache-2.0"
77authors = [
8- { name = " Mickel Jacobs" , email = " avenstar90@gmail.com " }
8+ { name = " Mickel Jacobs" }
99]
1010classifiers = [
1111 " Programming Language :: Python :: 3.10" ,
1212 " Programming Language :: Python :: 3.11" ,
1313 " Programming Language :: Python :: 3.12" ,
14+ " Programming Language :: Python :: 3.13" ,
15+ " Programming Language :: Python :: 3.14" ,
1416 " Programming Language :: Python :: 3 :: Only" ,
1517 " License :: OSI Approved :: Apache Software License" ,
16- " Framework :: Robot Framework" ,
18+ " Framework :: Robot Framework 7.0" ,
19+ " Framework :: Robot Framework 7.1" ,
20+ " Framework :: Robot Framework 7.2" ,
21+ " Framework :: Robot Framework 7.3" ,
22+ " Framework :: Robot Framework 7.4" ,
1723 " Topic :: Software Development :: Testing" ,
24+ " Topic :: Software Development :: Test Automtion" ,
1825]
1926keywords = [" robotframework" , " json" , " jsonschema" , " validation" , " test-library" , " test" , " testing" , " test-automation" ]
2027
0 commit comments