python - pkg: Handle ext_modules and don't forget *.c.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pkg: Handle ext_modules and don't forget *.c.
Date: 2005-09-22 04:54:03
Message-ID: 20050922045403.B01F11125017@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Handle ext_modules and don't forget *.c. Also, use a new dictionary for the
execfile globals and inform it of its __file__ so that DIR can be resolved
properly.

Modified Files:
--------------
pkg:
MANIFEST.in (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/MANIFEST.in.diff?r1=1.1.1.1&r2=1.2)
setup.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/setup.py.diff?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-09-22 06:37:15 python - fe: Fix Connection class data members.
Previous Message James William Pye 2005-09-22 04:12:05 python - pq: Clean up the password code a bit more.