[pywin32-checkins] pywin32 setup.py, 1.104, 1.105 MANIFEST.in, 1.16, 1.17
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-03-02 06:13:00
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1829 Modified Files: setup.py MANIFEST.in Log Message: remove generated file from sources list Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -d -r1.104 -r1.105 *** setup.py 16 Feb 2009 13:05:56 -0000 1.104 --- setup.py 2 Mar 2009 06:12:57 -0000 1.105 *************** *** 2091,2095 **** 'com/win32com/test/*.js', 'com/win32com/test/*.sct', - 'com/win32com/test/*.tlb', 'com/win32com/test/*.txt', 'com/win32com/test/*.vbs', --- 2091,2094 ---- Index: MANIFEST.in =================================================================== RCS file: /cvsroot/pywin32/pywin32/MANIFEST.in,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** MANIFEST.in 16 Feb 2009 05:36:04 -0000 1.16 --- MANIFEST.in 2 Mar 2009 06:12:57 -0000 1.17 *************** *** 37,41 **** include com/win32com/test/*.js include com/win32com/test/*.sct - include com/win32com/test/*.tlb include com/win32com/test/*.txt include com/win32com/test/*.vbs --- 37,40 ---- |