diff options
| author | Federico Di Gregorio <fog@initd.org> | 2006-09-01 08:44:57 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2006-09-01 08:44:57 +0000 |
| commit | 4138409ab684ee32494f897f6f0a2a027cce0365 (patch) | |
| tree | 35e8095ba3aba7ce9a0095febc8edaee8aea7b3f /setup.py | |
| parent | d7100abbbe89fa247055b1950c93004d53c29643 (diff) | |
| download | psycopg2-4138409ab684ee32494f897f6f0a2a027cce0365.tar.gz | |
Fixed use of use_pydatetime in setup.cfg.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -95,7 +95,6 @@ class psycopg_build_ext(build_ext): def initialize_options(self): build_ext.initialize_options(self) - self.use_pydatetime = 1 self.use_pg_dll = 1 self.pgdir = None self.pg_config = self.DEFAULT_PG_CONFIG |
