@@ -3,16 +3,15 @@ name = "apispec"
33version = " 6.10.0"
44description = " A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
55readme = " README.rst"
6- license = { file = " LICENSE " }
7- authors = [{ name = " Steven Loria" , email = " sloria1@gmail .com" }]
6+ license = " MIT "
7+ authors = [{ name = " Steven Loria" , email = " oss@stevenloria .com" }]
88maintainers = [
9- { name = " Steven Loria" , email = " sloria1@gmail .com" },
9+ { name = " Steven Loria" , email = " oss@stevenloria .com" },
1010 { name = " Jérôme Lafréchoux" , email = " jerome@jolimont.fr" },
1111]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
1414 " Intended Audience :: Developers" ,
15- " License :: OSI Approved :: MIT License" ,
1615 " Programming Language :: Python :: 3" ,
1716 " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
@@ -46,13 +45,7 @@ yaml = ["PyYAML>=3.10"]
4645marshmallow = [" marshmallow>=3.18.0" ]
4746
4847[dependency-groups ]
49- docs = [
50- " marshmallow>=3.18.0" ,
51- " pyyaml" ,
52- " sphinx-issues" ,
53- " furo" ,
54- " sphinx>=8.1" ,
55- ]
48+ docs = [" marshmallow>=4.0.0" , " pyyaml" , " sphinx-issues" , " furo" , " sphinx>=8.1" ]
5649tests = [" openapi-spec-validator" , " pytest" ]
5750dev = [{ include-group = " tests" }, " tox" , " tox-uv" , " pre-commit>=3.5,<5.0" ]
5851
0 commit comments