From: Guido van Rossum Date: Fri, 31 Mar 2000 20:03:56 +0000 (+0000) Subject: Add a README file so that cvs update -P doesn't obliterate this X-Git-Tag: v1.6a1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=431ae486c1b821417aa7c1d00349c72fbd7ebdc5;p=python Add a README file so that cvs update -P doesn't obliterate this directory, and so that people have a clue as to why it exists. --- diff --git a/Lib/site-packages/README b/Lib/site-packages/README new file mode 100644 index 0000000000..273f6251a7 --- /dev/null +++ b/Lib/site-packages/README @@ -0,0 +1,2 @@ +This directory exists so that 3rd party packages can be installed +here. Read the source for site.py for more details.