summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2007-04-15 04:46:07 +0000
committerRobert Kern <robert.kern@gmail.com>2007-04-15 04:46:07 +0000
commitf13e90581906086b97f2df480f513a2f3f779354 (patch)
tree115c00735c8840f2d5b130e3d6914d81806c521c /site.cfg.example
parente7172c9ba8240ef8c66d872143079f2165620a48 (diff)
downloadpython-numpy-f13e90581906086b97f2df480f513a2f3f779354.tar.gz
python-numpy-f13e90581906086b97f2df480f513a2f3f779354.tar.bz2
python-numpy-f13e90581906086b97f2df480f513a2f3f779354.zip
Add another place to check for configuration, namely ~/.numpy-site.cfg, to help automatic installation where one can't edit the source checkout. I've added the alternate name to make it hidden because that's just considerate.
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 437bb8b1b..461fdf4e2 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -4,6 +4,9 @@
# packages will use all sections so you should leave out sections that your
# package does not use.
+# To assist automatic installation like easy_install, the user's home directory
+# will also be checked for the file ~/.numpy-site.cfg .
+
# The format of the file is that of the standard library's ConfigParser module.
#
# http://www.python.org/doc/current/lib/module-ConfigParser.html