[Zodb-checkins] SVN: ZODB/trunk/ Don't mention no-longer-existing headers.

Tres Seaver cvs-admin at zope.org
Tue Aug 21 17:07:04 UTC 2012


Log message for revision 127544:
  Don't mention no-longer-existing headers.

Changed:
  _U  ZODB/trunk/
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2012-08-21 16:50:03 UTC (rev 127543)
+++ ZODB/trunk/setup.py	2012-08-21 17:07:01 UTC (rev 127544)
@@ -189,10 +189,6 @@
       test_suite="__main__.alltests", # to support "setup.py test"
       tests_require = ['zope.testing', manuel_version],
       extras_require = dict(test=['zope.testing', manuel_version]),
-      # XXX: We don't really want to install these headers;  we would
-      #      prefer just including them so that folks can build from an sdist.
-      headers = ['include/persistent/cPersistence.h',
-                 'include/persistent/ring.h'],
       install_requires = [
         transaction_version,
         'persistent',



More information about the Zodb-checkins mailing list