]> granicus.if.org Git - python/commitdiff
Add a README file so that cvs update -P doesn't obliterate this
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 20:03:56 +0000 (20:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 20:03:56 +0000 (20:03 +0000)
directory, and so that people have a clue as to why it exists.

Lib/site-packages/README [new file with mode: 0644]

diff --git a/Lib/site-packages/README b/Lib/site-packages/README
new file mode 100644 (file)
index 0000000..273f625
--- /dev/null
@@ -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.