Skip to content

Commit 81a1dc7

Browse files
committed
pre-commit run --all
1 parent fdf79c0 commit 81a1dc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers =
2323
Programming Language :: Python :: 3.7
2424
Programming Language :: Python :: 3.8
2525
Programming Language :: Python :: 3.9
26+
Programming Language :: Python :: 3.10
2627
Topic :: Documentation :: Sphinx
2728
Topic :: Utilities
2829
download_url = http://pypi.python.org/pypi/sphinxcontrib-email
@@ -41,7 +42,7 @@ package_dir =
4142
= src
4243
platforms = any
4344
setup_requires =
44-
setuptools_scm>=4.1
45+
setuptools-scm>=4.1
4546
zip_safe = False
4647

4748
[options.packages.find]

0 commit comments

Comments
 (0)