2004-10-19 07:17:12 +04:00
|
|
|
[build_ext]
|
2005-03-01 19:41:02 +03:00
|
|
|
# PSYCOPG_DEBUG can be added to enable verbose debug information
|
2021-06-15 01:05:48 +03:00
|
|
|
define=PSYCOPG_DEBUG
|
2004-10-19 07:17:12 +04:00
|
|
|
|
2012-05-23 14:02:05 +04:00
|
|
|
# "pg_config" is required to locate PostgreSQL headers and libraries needed to
|
|
|
|
# build psycopg2. If pg_config is not in the path or is installed under a
|
2016-07-07 14:05:29 +03:00
|
|
|
# different name set the following option to the pg_config full path.
|
|
|
|
pg_config=
|
2012-05-23 14:02:05 +04:00
|
|
|
|
2009-10-04 14:43:30 +04:00
|
|
|
# For Windows only:
|
|
|
|
# Set to 1 if the PostgreSQL library was built with OpenSSL.
|
|
|
|
# Required to link in OpenSSL libraries and dependencies.
|
2007-04-13 05:14:01 +04:00
|
|
|
have_ssl=0
|
|
|
|
|
2016-07-07 14:05:29 +03:00
|
|
|
# Set to 1 to statically link against the postgresql client library.
|
|
|
|
static_libpq=0
|
2009-10-04 14:43:30 +04:00
|
|
|
|
2013-04-26 12:21:56 +04:00
|
|
|
# Add here eventual extra libraries required to link the module.
|
2016-07-07 14:05:29 +03:00
|
|
|
libraries=
|
2017-11-26 21:42:30 +03:00
|
|
|
|
|
|
|
[metadata]
|
2023-05-24 21:13:59 +03:00
|
|
|
license_files = LICENSE
|