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