summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-29 11:50:43 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-29 11:50:43 +0000
commit4261bc33713a9aa1931d366377bc518da60dd5d2 (patch)
treebc89761bf6985158e0ee42e51f7ffc1695e3829f
parent41e423de1a4b4febdbcc2bf51f6665adbc0c4916 (diff)
downloadpsycopg2-4261bc33713a9aa1931d366377bc518da60dd5d2.tar.gz
Slightly more readable setup.cfg.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--setup.cfg6
3 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 73cbbc1..c09fdac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/NEWS b/NEWS
index 7182b6f..b1210f7 100644
--- a/NEWS
+++ b/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
--------------------------------
diff --git a/setup.cfg b/setup.cfg
index d4c49e4..3c9b15b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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