[Zodb-checkins] CVS: StandaloneZODB - setup.py:1.9

Jeremy Hylton jeremy@zope.com
Mon, 8 Oct 2001 17:17:16 -0400


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv10062

Modified Files:
	setup.py 
Log Message:
Add zLOG.tests to list of packages


=== StandaloneZODB/setup.py 1.8 => 1.9 ===
       packages = ["Persistence",
                   "ThreadedAsync",
-                  "zLOG",
+                  "zLOG", "zLOG.tests",
                   "zdaemon",
                   ]
       )