From 75d14dfb6e712ba6b2b75fe1cc3417a4c40ae744 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Thu, 26 May 2005 07:41:39 +0000 Subject: [PATCH] About to release.. *grin 2* --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6d6f48e9..76b73d5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 # PSYCOPG_OWN_QUOTING can be added above but it is deprecated # set to 1 to use Python datatime objects for date/time representation -use_pydatetime=0 +use_pydatetime=1 # include_dirs is the preferred method for locating postgresql headers, # but some extra checks on sys.platform will still be done in setup.py