spambayes MANIFEST.in,1.12,1.13
"Tony Meyer" <[email protected]>
| Newsgroups | gmane.mail.spam.spambayes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/spambayes/spambayes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1664 Modified Files: MANIFEST.in Log Message: Fix location of languages and *.c files. Remove files that no longer exist. Index: MANIFEST.in =================================================================== RCS file: /cvsroot/spambayes/spambayes/MANIFEST.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** MANIFEST.in 6 Apr 2005 02:47:10 -0000 1.12 --- MANIFEST.in 7 Apr 2005 06:04:05 -0000 1.13 *************** *** 1,12 **** recursive-include spambayes/resources *.html *.psp *.gif ! recursive-include spambayes/src *.c recursive-include spambayes *.py *.txt recursive-include pspam *.py *.txt *.ini *.sh recursive-include contrib *.py *.sh *.txt *.el *rc ! recursive-include Outlook2000 *.py *.txt *.ini *.html *.bmp *.rc *.h *.jpg *.rtf ! recursive-include utilities *.py *.txt recursive-include scripts *.py *.txt recursive-include testtools *.py *.txt *.sh recursive-include windows *.py *.txt *.h *.rc *.ico *.html *.iss ! recursive-include languages *.py *.html *.rc include *.txt *.py MANIFEST.in *.sh --- 1,12 ---- recursive-include spambayes/resources *.html *.psp *.gif ! recursive-include src *.c recursive-include spambayes *.py *.txt recursive-include pspam *.py *.txt *.ini *.sh recursive-include contrib *.py *.sh *.txt *.el *rc ! recursive-include Outlook2000 *.py *.txt *.ini *.html *.bmp *.rc *.h *.jpg ! recursive-include utilities *.py recursive-include scripts *.py *.txt recursive-include testtools *.py *.txt *.sh recursive-include windows *.py *.txt *.h *.rc *.ico *.html *.iss ! recursive-include spambayes/languages *.py *.html *.rc include *.txt *.py MANIFEST.in *.sh