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 17c7ca3 commit 9f6cb64Copy full SHA for 9f6cb64
setup.py
@@ -25,7 +25,8 @@
25
# setuptools is required as a runtime dependency only on Python < 3.8.
26
# See the comments in supervisor/compat.py. An environment marker
27
# like "setuptools; python_version < '3.8'" is not used here because
28
-# it breaks installation via "python setup.py install".
+# it breaks installation via "python setup.py install". See also the
29
+# discussion at: https://github.com/Supervisor/supervisor/issues/1692
30
requires = []
31
if py_version < (3, 8):
32
requires.append("setuptools")
0 commit comments