@@ -33,17 +33,28 @@ keywords = [
3333]
3434classifiers = [
3535 " Development Status :: 5 - Production/Stable" ,
36+ " Environment :: Console" ,
3637 " Intended Audience :: Developers" ,
38+ " Intended Audience :: Information Technology" ,
39+ " Intended Audience :: Science/Research" ,
3740 " Natural Language :: English" ,
3841 " Operating System :: OS Independent" ,
3942 " Programming Language :: Python :: 3" ,
4043 " Programming Language :: Python :: 3.6" ,
4144 " Programming Language :: Python :: 3.7" ,
4245 " Programming Language :: Python :: 3.8" ,
4346 " Programming Language :: Python :: 3.9" ,
47+ " Programming Language :: Python :: 3.10" ,
48+ " Programming Language :: Python :: 3.11" ,
49+ " Programming Language :: Python :: 3.12" ,
50+ " Programming Language :: Python :: 3.13" ,
51+ " Programming Language :: Python :: 3.14" ,
52+ " Programming Language :: Python :: 3.15" ,
4453 " Topic :: File Formats :: JSON" ,
4554 " Topic :: Software Development :: Build Tools" ,
55+ " Topic :: Software Development :: Internationalization" ,
4656 " Topic :: Software Development :: Localization" ,
57+ " Topic :: Utilities" ,
4758]
4859
4960[project .urls ]
0 commit comments