[Zope-CVS] CVS: Packages/pypes - setup.py:1.2

Casey Duncan casey at zope.com
Mon Feb 9 16:15:27 EST 2004


Update of /cvs-repository/Packages/pypes
In directory cvs.zope.org:/tmp/cvs-serv11692

Modified Files:
	setup.py 
Log Message:
dos -> unix line endings


=== Packages/pypes/setup.py 1.1.1.1 => 1.2 ===
--- Packages/pypes/setup.py:1.1.1.1	Mon Aug  4 00:46:01 2003
+++ Packages/pypes/setup.py	Mon Feb  9 16:14:57 2004
@@ -1,46 +1,46 @@
-##############################################################################
-#
-# Copyright (c) 2002 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""pypes: Persistent services for Python
-
-pypes extends ZODB to provide services for building object-database 
-applications. pypes currently provides
-    
-- Persistent service registration and access
-- identity -- object registration and retrieval
-- events -- Loosely coupled intra-application communication channels
-- sets -- Persistent sets of arbitrary objects based on identity]
-- graphs -- Persistent graphs of simple types and id-registered objects
-    
-Features in development:
-    
-- relations -- Queriable collections of objects which support automatic
-               updates
-- queries -- Declarative, persistable, pythonic query expressions that
-             can express select, join and sort operations.
-- indexes -- Indexes for optimizing query operations.
-"""
-
-from distutils.core import setup
-
-doclines = __doc__.split('\n')
-
-setup(name='pypes',
-      version='milestone 1',
-      maintainer='Casey Duncan',
-      maintainer_email='casey at zope.com',
-      license='http://www.zope.org/Resources/ZPL',
-      description=doclines[0],
-      long_description = '\n'.join(doclines[2:]),      
-      platforms=['any'],
-      packages=['pypes'])
+##############################################################################
+#
+# Copyright (c) 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""pypes: Persistent services for Python
+
+pypes extends ZODB to provide services for building object-database 
+applications. pypes currently provides
+    
+- Persistent service registration and access
+- identity -- object registration and retrieval
+- events -- Loosely coupled intra-application communication channels
+- sets -- Persistent sets of arbitrary objects based on identity]
+- graphs -- Persistent graphs of simple types and id-registered objects
+    
+Features in development:
+    
+- relations -- Queriable collections of objects which support automatic
+               updates
+- queries -- Declarative, persistable, pythonic query expressions that
+             can express select, join and sort operations.
+- indexes -- Indexes for optimizing query operations.
+"""
+
+from distutils.core import setup
+
+doclines = __doc__.split('\n')
+
+setup(name='pypes',
+      version='milestone 1',
+      maintainer='Casey Duncan',
+      maintainer_email='casey at zope.com',
+      license='http://www.zope.org/Resources/ZPL',
+      description=doclines[0],
+      long_description = '\n'.join(doclines[2:]),      
+      platforms=['any'],
+      packages=['pypes'])




More information about the Zope-CVS mailing list