We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf79c0 commit 81a1dc7Copy full SHA for 81a1dc7
setup.cfg
@@ -23,6 +23,7 @@ classifiers =
23
Programming Language :: Python :: 3.7
24
Programming Language :: Python :: 3.8
25
Programming Language :: Python :: 3.9
26
+ Programming Language :: Python :: 3.10
27
Topic :: Documentation :: Sphinx
28
Topic :: Utilities
29
download_url = http://pypi.python.org/pypi/sphinxcontrib-email
@@ -41,7 +42,7 @@ package_dir =
41
42
= src
43
platforms = any
44
setup_requires =
- setuptools_scm>=4.1
45
+ setuptools-scm>=4.1
46
zip_safe = False
47
48
[options.packages.find]
0 commit comments