[pywin32-checkins] pywin32 MANIFEST.in,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-03-15 04:05:54
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4270 Modified Files: MANIFEST.in Log Message: Ensure pywin32_postinstall.py and pywin32_preinstall.py are included in source distributions. Index: MANIFEST.in =================================================================== RCS file: /cvsroot/pywin32/pywin32/MANIFEST.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** MANIFEST.in 10 Jan 2006 06:53:36 -0000 1.10 --- MANIFEST.in 15 Mar 2006 04:05:37 -0000 1.11 *************** *** 10,13 **** --- 10,15 ---- include setup_win32all.py include setup.py + include pywin32_postinstall.py + include pywin32_preinstall.py # don't know how to include "Python and Extensions.dsw" - spaces upset things # Core win32 stuff |