summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-12-11 08:05:49 +0000
committerFederico Di Gregorio <fog@initd.org>2005-12-11 08:05:49 +0000
commit31d85750b0c150527eb9f53c02cfd5598e5bf146 (patch)
tree51f482071f41ee5657cca15d460c10fbb8ab7381 /setup.cfg
parent61de8690e96a2b7f2591e81fb2c56622bb517af2 (diff)
downloadpsycopg2-31d85750b0c150527eb9f53c02cfd5598e5bf146.tar.gz
mx_include_dir in setup.cfg.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0640674..5570bea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,10 @@ use_pydatetime=1
# with old versions of psycopg 1 and pre-beta versions of psycopg 2.)
use_decimal=0
+# If the build system does not find the mx.DateTime headers, try
+# uncommenting the following line and setting its value to the right path.
+#mx_include_dir=
+
# "include_dirs" is the preferred method for locating postgresql headers,
# but some extra checks on sys.platform will still be done in setup.py.
# The next line is the default as used on psycopg author Debian laptop: