@@ -5,9 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " sphinxcontrib-spelling"
77readme = " README"
8- authors = [
9- {
name =
" Doug Hellmann" ,
email =
" [email protected] " },
10- ]
8+ authors = [{
name =
" Doug Hellmann" ,
email =
" [email protected] " }]
119description = " Sphinx spelling extension"
1210dynamic = [" version" ]
1311
@@ -22,11 +20,9 @@ classifiers = [
2220 " Programming Language :: Python" ,
2321 " Programming Language :: Python :: 3" ,
2422 " Programming Language :: Python :: 3 :: Only" ,
25- " Programming Language :: Python :: 3.7" ,
26- " Programming Language :: Python :: 3.8" ,
27- " Programming Language :: Python :: 3.9" ,
2823 " Programming Language :: Python :: 3.10" ,
2924 " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
3026 " Programming Language :: Python :: Implementation :: CPython" ,
3127 " Topic :: Documentation" ,
3228 " Topic :: Utilities" ,
@@ -41,11 +37,7 @@ dependencies = [
4137]
4238
4339[project .optional-dependencies ]
44- test = [
45- " pytest" ,
46- " pytest-cov" ,
47- " coverage!=4.4,>=4.0" ,
48- ]
40+ test = [" pytest" , " pytest-cov" , " coverage!=4.4,>=4.0" ]
4941
5042[project .entry-points ."sphinx .builders" ]
5143spelling = " sphinxcontrib.spelling"
@@ -61,6 +53,4 @@ write_to = "sphinxcontrib/spelling/version.py"
6153[tool .setuptools ]
6254# Be explicit to avoid an error because build finds cover,
6355# sphinxcontrib, and integration_tests as potential packages.
64- packages = [
65- " sphinxcontrib.spelling" ,
66- ]
56+ packages = [" sphinxcontrib.spelling" ]
0 commit comments