diff options
author | Guido van Rossum <guido@python.org> | 2000-03-31 20:03:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-31 20:03:56 (GMT) |
commit | 431ae486c1b821417aa7c1d00349c72fbd7ebdc5 (patch) | |
tree | c105483fac1f91cbed198cbc6cbcbf02d05377e8 | |
parent | 494ef1747233adac5bae43ffd6df6cca03761d24 (diff) | |
download | cpython-431ae486c1b821417aa7c1d00349c72fbd7ebdc5.zip cpython-431ae486c1b821417aa7c1d00349c72fbd7ebdc5.tar.gz cpython-431ae486c1b821417aa7c1d00349c72fbd7ebdc5.tar.bz2 |
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.
-rw-r--r-- | Lib/site-packages/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/site-packages/README b/Lib/site-packages/README new file mode 100644 index 0000000..273f625 --- /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. |