[pywin32-checkins] pywin32 MANIFEST.in,1.7,1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-03-07 11:52:45
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6831 Modified Files: MANIFEST.in Log Message: don't know how to include "Python and Extensions.dsw" - spaces upset things Index: MANIFEST.in =================================================================== RCS file: /cvsroot/pywin32/pywin32/MANIFEST.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MANIFEST.in 13 Feb 2005 12:27:54 -0000 1.7 --- MANIFEST.in 7 Mar 2005 11:52:29 -0000 1.8 *************** *** 10,14 **** include setup_win32all.py include setup.py ! include Python and Extensions.dsw # Core win32 stuff include win32/src/*.rc --- 10,14 ---- include setup_win32all.py include setup.py ! # don't know how to include "Python and Extensions.dsw" - spaces upset things # Core win32 stuff include win32/src/*.rc |