From 6b175fcf513fa98f03b4c529cccfa3d256e91e19 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 14 Oct 2016 15:52:50 -0400 Subject: Add note about editing the code --- setuptools/command/py36compat.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setuptools') 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): -- cgit v1.2.3