commit fee50f585768dca719cfd4c87dfe6c62c79b1f79 Author: Nate Eagleson Date: Fri Feb 17 00:05:30 2012 -0500 Clean up comments in setup.cfg. diff --git a/setup.cfg b/setup.cfg index 4d440a6..db4e771 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,10 +7,10 @@ define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM # PSYCOPG_DEBUG can be added to enable verbose debug information # PSYCOPG_NEW_BOOLEAN to format booleans as true/false vs 't'/'f' -# Set to 1 to use Python datatime objects for default date/time representation. +# Set to 1 to use Python datetime objects for default date/time representation. use_pydatetime=1 -# If the build system does not find the mx.DateTime headers, try +# If the build system does not find the mx.DateTime headers, try # uncommenting the following line and setting its value to the right path. #mx_include_dir= @@ -28,14 +28,14 @@ have_ssl=0 # set it to the pg_config full path. #pg_config= -# If "pg_config" is not available, "include_dirs" can be used to locate +# If "pg_config" is not available, "include_dirs" can be used to locate # postgresql headers and libraries. Some extra checks on sys.platform will # still be done in setup.py. # The next line is the default as used on psycopg author Debian laptop: #include_dirs=/usr/include/postgresql:/usr/include/postgresql/server # Uncomment next line on Mandrake 10.x (and comment previous ones): -#include_dirs=/usr/include/pgsql/8.0:/usr/include/pgsql/8.0/server +#include_dirs=/usr/include/pgsql/8.0:/usr/include/pgsql/8.0/server # Uncomment next line on SUSE 9.3 (and comment previous ones): #include_dirs=/usr/include/pgsql:/usr/include/pgsql/server