diff options
Diffstat (limited to 'paste/3rd-party/README.txt')
-rw-r--r-- | paste/3rd-party/README.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/paste/3rd-party/README.txt b/paste/3rd-party/README.txt deleted file mode 100644 index 0526e70..0000000 --- a/paste/3rd-party/README.txt +++ /dev/null @@ -1,14 +0,0 @@ -This directory contains packages useful to Paste users, who may not -feel like installing those packages. The module util.thirdparty has -functions for pulling these modules into the path, but also respecting -any packages the user installed on their own. - -To use this, create a directory package_name-files, and then install -the package into that directory, probably like:: - - cd PackageName - python setup.py install \ - --install-lib=path/to/3rd-party/package_name-files - -These files should *not* go into the repository! But they should go -into the installation package. |