11[project ]
22name = " mkdocs-ansible-collection"
3- version = " 0.2.1 "
3+ version = " 1.0.0 "
44description = " MkDocs Plugin that automatically generates pages for Ansible Collections."
55authors = [
66 { name = " Cristian Sirbu" , email = " cristian@trueneutral.eu" }
@@ -11,15 +11,15 @@ readme = "README.md"
1111keywords = [" mkdocs" , " ansible" ]
1212classifiers = [
1313 " Intended Audience :: Developers" ,
14- " Development Status :: 4 - Beta" ,
15- # "Development Status :: 5 - Production/Stable",
14+ " Development Status :: 5 - Production/Stable" ,
1615 " License :: OSI Approved :: MIT License" ,
1716 " Operating System :: OS Independent" ,
1817 " Programming Language :: Python :: 3" ,
1918 " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
2323 " Topic :: Documentation" ,
2424 " Topic :: Text Processing" ,
2525]
0 commit comments