[Checkins] SVN: ExtensionClass/trunk/s The ComputedAttribute package is so tightly coupled to ExtensionClass,

Philipp von Weitershausen philikon at philikon.de
Mon Jun 4 12:07:20 EDT 2007


Log message for revision 76315:
  The ComputedAttribute package is so tightly coupled to ExtensionClass,
  it can just as well be part of that egg.
  

Changed:
  U   ExtensionClass/trunk/setup.py
  _U  ExtensionClass/trunk/src/

-=-
Modified: ExtensionClass/trunk/setup.py
===================================================================
--- ExtensionClass/trunk/setup.py	2007-06-04 16:03:22 UTC (rev 76314)
+++ ExtensionClass/trunk/setup.py	2007-06-04 16:07:20 UTC (rev 76315)
@@ -36,6 +36,10 @@
                              [os.path.join('src', 'ExtensionClass',
                                            '_ExtensionClass.c')],
                              include_dirs=['src']),
+                   Extension("ComputedAttribute._ComputedAttribute",
+                             [os.path.join('src', 'ComputedAttribute',
+                                           '_ComputedAttribute.c')],
+                             include_dirs=['src']),
                    ],
       include_package_data=True,
       zip_safe=False,


Property changes on: ExtensionClass/trunk/src
___________________________________________________________________
Name: svn:externals
   - ExtensionClass	svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ExtensionClass

   + ExtensionClass		svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ExtensionClass
ComputedAttribute	svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ComputedAttribute




More information about the Checkins mailing list