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.
This commit is contained in:
Guido van Rossum 2000-03-31 20:03:56 +00:00
parent 494ef17472
commit 431ae486c1

2
Lib/site-packages/README Normal file
View file

@ -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.