Skip to content

Commit 9f6cb64

Browse files
committed
Add link to 'setup.py install' ticket
1 parent 17c7ca3 commit 9f6cb64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
# setuptools is required as a runtime dependency only on Python < 3.8.
2626
# See the comments in supervisor/compat.py. An environment marker
2727
# like "setuptools; python_version < '3.8'" is not used here because
28-
# it breaks installation via "python setup.py install".
28+
# it breaks installation via "python setup.py install". See also the
29+
# discussion at: https://github.com/Supervisor/supervisor/issues/1692
2930
requires = []
3031
if py_version < (3, 8):
3132
requires.append("setuptools")

0 commit comments

Comments
 (0)