@@ -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,30 +20,20 @@ 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" ,
3329]
3430
3531requires-python = " >=3.7"
3632
37- dependencies = [
38- " PyEnchant>=3.1.1" ,
39- " Sphinx>=3.0.0" ,
40- " importlib_metadata>=1.7.0;python_version<'3.8'" ,
41- ]
33+ dependencies = [" PyEnchant>=3.1.1" , " Sphinx>=3.0.0" ]
4234
4335[project .optional-dependencies ]
44- test = [
45- " pytest" ,
46- " pytest-cov" ,
47- " coverage!=4.4,>=4.0" ,
48- ]
36+ test = [" pytest" , " pytest-cov" , " coverage!=4.4,>=4.0" ]
4937
5038[project .entry-points ."sphinx .builders" ]
5139spelling = " sphinxcontrib.spelling"
@@ -61,6 +49,4 @@ write_to = "sphinxcontrib/spelling/version.py"
6149[tool .setuptools ]
6250# Be explicit to avoid an error because build finds cover,
6351# sphinxcontrib, and integration_tests as potential packages.
64- packages = [
65- " sphinxcontrib.spelling" ,
66- ]
52+ packages = [" sphinxcontrib.spelling" ]
0 commit comments