~ubuntu-branches/ubuntu/trusty/psycopg2/trusty

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2006-09-19 08:22:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060919082236-jfzsukcxbco33jcd
Tags: 2.0.5.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
from distutils.sysconfig import get_python_inc
53
53
from distutils.ccompiler import get_default_compiler
54
54
 
55
 
PSYCOPG_VERSION = '2.0.4'
 
55
PSYCOPG_VERSION = '2.0.5.1'
56
56
version_flags   = []
57
57
 
58
58
# to work around older distutil limitations
95
95
    
96
96
    def initialize_options(self):
97
97
        build_ext.initialize_options(self)
98
 
        self.use_pydatetime = 1
99
98
        self.use_pg_dll = 1
100
99
        self.pgdir = None
101
100
        self.pg_config = self.DEFAULT_PG_CONFIG