[Zodb-checkins] CVS: ZODB3 - setup.py:1.45.2.1

Jeremy Hylton jeremy at zope.com
Tue May 13 17:42:11 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv10141

Modified Files:
      Tag: ZODB3-auth-branch
	setup.py 
Log Message:
Add ZEO.auth to setup.py.


=== ZODB3/setup.py 1.45 => 1.45.2.1 ===
--- ZODB3/setup.py:1.45	Wed Jan 22 15:14:28 2003
+++ ZODB3/setup.py	Tue May 13 16:42:10 2003
@@ -143,7 +143,7 @@
 
 packages = ["BDBStorage", "BDBStorage.tests",
             "BTrees", "BTrees.tests",
-            "ZEO", "ZEO.zrpc", "ZEO.tests",
+            "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
             "ZODB", "ZODB.tests",
             "Persistence",
             "ThreadedAsync",




More information about the Zodb-checkins mailing list