[Checkins] SVN: zope.component/trunk/setup.py Updated release info.

Jim Fulton jim at zope.com
Wed Feb 21 11:10:06 EST 2007


Log message for revision 72749:
  Updated release info.
  

Changed:
  U   zope.component/trunk/setup.py

-=-
Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2007-02-21 16:08:56 UTC (rev 72748)
+++ zope.component/trunk/setup.py	2007-02-21 16:10:06 UTC (rev 72749)
@@ -23,22 +23,6 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-open('t', 'w').write(
-        read('README.txt')
-        + '\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n' +
-        read('src', 'zope', 'component', 'README.txt')
-        + '\n' +
-        read('src', 'zope', 'component', 'event.txt')
-        + '\n' +
-        read('src', 'zope', 'component', 'registry.txt')
-        + '\n' +
-        'Download\n'
-        '**********************\n'
-        )
-
 name = 'zope.component'
 setup(
     name=name,
@@ -60,8 +44,6 @@
         + '\n' +
         read('src', 'zope', 'component', 'registry.txt')
         + '\n' +
-        read('src', 'zope', 'component', 'socketexample.txt')
-        + '\n' +
         'Download\n'
         '**********************\n'
         ),



More information about the Checkins mailing list