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 762e52e commit 7c0906fCopy full SHA for 7c0906f
setup.cfg
@@ -7,7 +7,6 @@ url = https://github.com/sphinx-contrib/email
7
author = Christian Knittl-Frank
8
author_email = [email protected]
9
license = BSD-3-Clause
10
-license_file = LICENSE
11
license_files = LICENSE
12
classifiers =
13
Development Status :: 3 - Alpha
@@ -31,7 +30,7 @@ packages = find_namespace:
31
30
install_requires =
32
Sphinx>=1.8
33
lxml>=4.5.2
34
-python_requires = >=3.7
+python_requires = >=3.8
35
include_package_data = True
36
package_dir =
37
= src
0 commit comments