~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Federico Di Gregorio
  • Date: 2004-11-19 15:30:07 UTC
  • Revision ID: fog-558ef2fb16e99a43fb7d2615482cc7d09f608dee
Fixes to row_factory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
from distutils.sysconfig import get_python_inc
48
48
import distutils.ccompiler
49
49
 
50
 
PSYCOPG_VERSION = '1.99.10'
 
50
PSYCOPG_VERSION = '1.99.11'
51
51
 
52
52
have_pydatetime = False
53
53
have_mxdatetime = False