mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
parent
3f890f8bbe
commit
6db347b5d7
1
setup.py
1
setup.py
|
@ -240,7 +240,6 @@ class psycopg_build_ext(build_ext):
|
||||||
|
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
build_ext.initialize_options(self)
|
build_ext.initialize_options(self)
|
||||||
self.use_pg_dll = 1
|
|
||||||
self.pgdir = None
|
self.pgdir = None
|
||||||
self.mx_include_dir = None
|
self.mx_include_dir = None
|
||||||
self.use_pydatetime = 1
|
self.use_pydatetime = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user