[pywin32-checkins] pywin32 MANIFEST.in,1.18,1.19
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2011-01-06 03:12:42
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27101 Modified Files: MANIFEST.in Log Message: add mapilib.i to source dist (via bug 3152207) Index: MANIFEST.in =================================================================== RCS file: /cvsroot/pywin32/pywin32/MANIFEST.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** MANIFEST.in 25 Aug 2010 07:32:56 -0000 1.18 --- MANIFEST.in 6 Jan 2011 03:12:33 -0000 1.19 *************** *** 68,71 **** --- 68,72 ---- include com/win32comext/bits/test/*.py include com/win32comext/internet/src/*.h + include com/win32comext/mapi/src/mapilib.i include com/win32comext/mapi/src/*.h include com/win32comext/mapi/demos/*.py |