summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2009-04-20 20:34:06 +0200
committerFederico Di Gregorio <fog@initd.org>2009-04-20 20:34:06 +0200
commitd621c02e5820f6f4a52bb5ab9434d8ad3e938b23 (patch)
treebb2d569d3dc1f7ca769cd01ab66ef46bcdbf2e27 /setup.cfg
parent85fdc828e7c32e981c4b586aa17dee6dcc1e14c4 (diff)
downloadpsycopg2-d621c02e5820f6f4a52bb5ab9434d8ad3e938b23.tar.gz
Preparing release 2.0.10
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d6b215..6b458e0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
+define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)