[Zope-Checkins] SVN: Zope/trunk/lib/python/Acquisition/setup.py Removed outdated setup.py

Hanno Schlichting plone at hannosch.info
Sat Jan 24 18:50:09 EST 2009


Log message for revision 94986:
  Removed outdated setup.py
  

Changed:
  D   Zope/trunk/lib/python/Acquisition/setup.py

-=-
Deleted: Zope/trunk/lib/python/Acquisition/setup.py
===================================================================
--- Zope/trunk/lib/python/Acquisition/setup.py	2009-01-24 21:43:26 UTC (rev 94985)
+++ Zope/trunk/lib/python/Acquisition/setup.py	2009-01-24 23:50:08 UTC (rev 94986)
@@ -1,23 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2003 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (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.
-#
-##############################################################################
-
-from distutils.core import setup, Extension
-setup(name="_Acquisition", version="2.0",
-      ext_modules=[
-         Extension("_Acquisition", ["_Acquisition.c"],
-                   include_dirs = ['.', '../ExtensionClass'],
-                   depends = ["Acquisition.h",
-                              '../ExtensionClass/ExtensionClass.h']),
-         ])
-



More information about the Zope-Checkins mailing list