[pywin32-checkins] pywin32 MANIFEST.in,1.17,1.18
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-25 07:33:05
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26108 Modified Files: MANIFEST.in Log Message: add missing help related files to the source dist Index: MANIFEST.in =================================================================== RCS file: /cvsroot/pywin32/pywin32/MANIFEST.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** MANIFEST.in 2 Mar 2009 06:12:57 -0000 1.17 --- MANIFEST.in 25 Aug 2010 07:32:56 -0000 1.18 *************** *** 13,16 **** --- 13,18 ---- include win32/src/win32popenWin9x.cpp include win32/scripts/*.py + include win32/help/*.d + include win32/help/*.html include win32/test/*.py include win32/test/win32rcparser/test.rc |