[Spambayes-checkins] spambayes setup.py,1.1,1.2
Skip Montanaro
montanaro@users.sourceforge.net
Fri, 06 Sep 2002 22:52:50 -0700
Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv19640
Modified Files:
setup.py
Log Message:
* handle timtoken.py, unheader.py and hammie.py
* zap GBayes.py
* should timtoken and classifier go into a spambayes package in site-packages?
Index: setup.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setup.py 5 Sep 2002 16:16:43 -0000 1.1
--- setup.py 7 Sep 2002 05:52:48 -0000 1.2
***************
*** 3,8 ****
setup(
name='spambayes',
! scripts=['GBayes.py'],
! py_modules=['classifier']
)
--- 3,8 ----
setup(
name='spambayes',
! scripts=['unheader.py', 'hammie.py'],
! py_modules=['classifier', 'timtoken']
)