mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Slightly more readable setup.cfg.
This commit is contained in:
parent
41e423de1a
commit
4261bc3371
|
@ -1,8 +1,8 @@
|
|||
2005-11-26 Daniele Varrazzo
|
||||
2005-11-26 Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
||||
|
||||
* psycopg/psycopgmodule.c: fixed exceptions refcount.
|
||||
* psycopg/psycopgmodule.c: fixed exceptions refcount.
|
||||
|
||||
* fixed lots of doctrings and added Epydoc-generated docs support.
|
||||
* Fixed lots of doctrings and added Epydoc-generated docs support.
|
||||
|
||||
2005-11-24 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -3,6 +3,8 @@ What's new in psycopg 2.0 beta 7
|
|||
|
||||
* Ironed out last problems with times and date (should be quite solid now.)
|
||||
|
||||
* Documentation! (With many kudos to piro.)
|
||||
|
||||
What's new in psycopg 2.0 beta 6
|
||||
--------------------------------
|
||||
|
||||
|
|
|
@ -20,16 +20,18 @@ use_decimal=0
|
|||
# but 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
|
||||
|
||||
# Uncomment next line on SUSE 9.3 (and comment previous ones):
|
||||
#include_dirs=.:/usr/include/pgsql:/usr/include/pgsql/server
|
||||
|
||||
# If postgresql is installed somewhere weird (i.e., not in your runtime library
|
||||
# path like /usr/lib), just add the right path in "library_dirs" any extra
|
||||
# libraries required to link in "libraries".
|
||||
#library_dirs=
|
||||
#libraries=
|
||||
library_dirs=
|
||||
libraries=
|
||||
|
||||
|
||||
# Windows-only definitions
|
||||
|
|
Loading…
Reference in New Issue
Block a user