[Python-checkins] distutils MINIFEST.in,1.2,1.3
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Fri Oct 24 14:22:26 EDT 2003
Update of /cvsroot/python/distutils
In directory sc8-pr-cvs1:/tmp/cvs-serv32119
Modified Files:
MINIFEST.in
Log Message:
Include docs in snapshots
Index: MINIFEST.in
===================================================================
RCS file: /cvsroot/python/distutils/MINIFEST.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MINIFEST.in 28 Jun 2000 01:31:37 -0000 1.2
--- MINIFEST.in 24 Oct 2003 18:22:24 -0000 1.3
***************
*** 1,4 ****
#
! # mini-manifest used to create code snapshots: no docs, no examples,
# just the code (should include tests at some point, but they're
# either non-existent or hopelessly crude right now)
--- 1,4 ----
#
! # mini-manifest used to create code snapshots: no examples,
# just the code (should include tests at some point, but they're
# either non-existent or hopelessly crude right now)
***************
*** 7,11 ****
#
include README.snapshot
- exclude *.txt
recursive-include examples *.txt *.py
prune examples/sample*/build
--- 7,10 ----
More information about the Python-checkins
mailing list