diff options
-rw-r--r-- | setuptools/command/py36compat.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools/command/py36compat.py b/setuptools/command/py36compat.py index def5906a..61063e75 100644 --- a/setuptools/command/py36compat.py +++ b/setuptools/command/py36compat.py @@ -10,6 +10,9 @@ class sdist_add_defaults: """ Mix-in providing forward-compatibility for functionality as found in distutils on Python 3.7. + + Do not edit the code in this class except to update functionality + as implemented in distutils. Instead, override in the subclass. """ def add_defaults(self): |