@@ -7,9 +7,9 @@ name = "mkdocs-click"
77description = " An MkDocs extension to generate documentation for Click command line applications"
88readme = " README.md"
99license = " Apache-2.0"
10- keywords = [" click" , " datadog " , " mkdocs" , " mkdocs-plugin" ]
10+ keywords = [" click" , " mkdocs" , " mkdocs-plugin" ]
1111authors = [
12- {
name =
" Datadog " ,
email =
" [email protected] " },
12+ {
name =
" Ofek Lev " ,
email =
" [email protected] " },
1313]
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
@@ -19,21 +19,21 @@ classifiers = [
1919 " License :: OSI Approved :: Apache Software License" ,
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python" ,
22- " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2627 " Topic :: Documentation" ,
2728 " Topic :: Software Development :: Documentation" ,
2829 " Topic :: Text Processing :: Markup :: Markdown" ,
2930 " Typing :: Typed" ,
3031]
3132dynamic = [" version" ]
32- requires-python = " >=3.8 "
33+ requires-python = " >=3.9 "
3334dependencies = [
3435 " click >=8.1" ,
3536 " markdown >=3.3" ,
36- # min "importlib_metadata >=4.3",
3737]
3838
3939[project .urls ]
0 commit comments