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

Jeremy Hylton jeremy at zope.com
Fri Sep 26 14:50:55 EDT 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
Change list of platforms to "any."


=== ZODB3/setup.py 1.50.6.3 => 1.50.6.4 ===
--- ZODB3/setup.py:1.50.6.3	Tue Sep 23 16:45:28 2003
+++ ZODB3/setup.py	Fri Sep 26 14:50:54 2003
@@ -230,7 +230,7 @@
       ext_modules = exts,
       headers = ['ExtensionClass/src/ExtensionClass.h', 'ZODB/cPersistence.h'],
       license = "http://www.zope.org/Resources/ZPL",
-      platforms = ["yes"], #
+      platforms = ["any"],
       description = doclines[0],
       classifiers = filter(None, classifiers.split("\n")),
       long_description = "\n".join(doclines[2:]),




More information about the Zodb-checkins mailing list