[ctypes-commit] ctypes MANIFEST.other.in,1.1,1.2
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-07-23 13:19:13
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6559 Modified Files: MANIFEST.other.in Log Message: more files Index: MANIFEST.other.in =================================================================== RCS file: /cvsroot/ctypes/ctypes/MANIFEST.other.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANIFEST.other.in 22 Jul 2004 14:02:22 -0000 1.1 --- MANIFEST.other.in 23 Jul 2004 13:19:03 -0000 1.2 *************** *** 1,3 **** ! include MANIFEST MANIFES.other.in LICENSE.txt NEWS.txt README* include source/*.c source/*.h include source/darwin/*.c source/darwin/*.h --- 1,4 ---- ! include MANIFEST.other.in LICENSE.txt NEWS.txt README* ! include run_remote_test.py include source/*.c source/*.h include source/darwin/*.c source/darwin/*.h *************** *** 5,9 **** recursive-include source/gcc * ! include unittests *.py include docs/*.html include docs/*.css --- 6,10 ---- recursive-include source/gcc * ! include unittests/*.py include docs/*.html include docs/*.css |