Update of /cvsroot/ctypes/ctypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21281
Modified Files:
MANIFEST.in
Log Message:
Remove non-existing or uninteresting files.
Add tools to create the docs.
Only include the tutorial, not the manual.
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/ctypes/ctypes/MANIFEST.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MANIFEST.in 3 Mar 2006 20:07:59 -0000 1.13
--- MANIFEST.in 20 Apr 2006 17:53:44 -0000 1.14
***************
*** 6,11 ****
include ctypes/.CTYPES_DEVEL
include setup.py
- include test-cf.py
- include setup.cfg
# libffi build files
--- 6,9 ----
***************
*** 28,31 ****
# docs/manual
! include docs/manual/*.txt
! include docs/manual/*.html
--- 26,31 ----
# docs/manual
! include docs/manual/tutorial.txt
! include docs/manual/tutorial.html
! include docs/manual/mkpydoc.py
! include docs/manual/markup.py
|