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 22a2923 commit b56b055Copy full SHA for b56b055
pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
"Environment :: Plugins",
30
"Operating System :: OS Independent",
31
]
32
-dynamic = ["optional-dependencies", "version"]
+dynamic = ["dependencies", "version"]
33
34
[project.urls]
35
Homepage = "https://github.com/kea/certbot-nginx-unit"
setup.py
@@ -16,7 +16,6 @@
16
install_requires.append("packaging")
17
18
setup(
19
- python_requires='>=3.8',
20
packages=find_packages(),
21
install_requires=install_requires,
22
extras_require={
0 commit comments