Обсуждение: python - pkg: Handle ext_modules and don't forget *.c.

Поиск
Список
Период
Сортировка

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

От
jwp@pgfoundry.org (James William Pye)
Дата:
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)