[Python-checkins] python/nondist/sandbox/csv setup.py,1.2,1.3

davecole@users.sourceforge.net davecole@users.sourceforge.net
Wed, 29 Jan 2003 03:44:58 -0800


Update of /cvsroot/python/python/nondist/sandbox/csv
In directory sc8-pr-cvs1:/tmp/cvs-serv31532

Modified Files:
	setup.py 
Log Message:
We also need to install the Python module - d'oh.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/csv/setup.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** setup.py	29 Jan 2003 11:21:34 -0000	1.2
--- setup.py	29 Jan 2003 11:44:55 -0000	1.3
***************
*** 4,7 ****
--- 4,8 ----
  setup(name = "_csv",
        description = "Fast CSV Parser",
+       py_modules = ['csv'],
        ext_modules = [
             Extension('_csv',