python - pkg: Handle ext_modules and don't forget *.c. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pkg: Handle ext_modules and don't forget *.c.
Date
Msg-id 20050922045403.B01F11125017@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Clean up the password code a bit more.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Fix Connection class data members.