aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/monkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/monkey.py')
-rw-r--r--setuptools/monkey.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setuptools/monkey.py b/setuptools/monkey.py
index 3e4f49e1..5a0cf43b 100644
--- a/setuptools/monkey.py
+++ b/setuptools/monkey.py
@@ -10,7 +10,10 @@ import setuptools
__all__ = []
-"everything is private"
+"""
+Everything is private. Contact the project team
+if you think you need this functionality.
+"""
def get_unpatched(cls):