[Checkins] SVN: zodbcode/trunk/setup.py Final tweaks.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Oct 10 12:25:37 EDT 2007


Log message for revision 80805:
  Final tweaks.
  

Changed:
  U   zodbcode/trunk/setup.py

-=-
Modified: zodbcode/trunk/setup.py
===================================================================
--- zodbcode/trunk/setup.py	2007-10-10 16:23:55 UTC (rev 80804)
+++ zodbcode/trunk/setup.py	2007-10-10 16:25:36 UTC (rev 80805)
@@ -16,7 +16,7 @@
 $Id$
 """
 import os
-from setuptools import setup, find_packages, Extension
+from setuptools import setup, find_packages
 
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
@@ -33,7 +33,7 @@
         + '\n\n' +
         'Detailed Documentation\n' +
         '**********************\n\n' +
-        read('src', 'zodbcode', 'module.txt') +
+        read('src', 'zodbcode', 'module.txt')
         + '\n\n' +
         read('CHANGES.txt')
         ),
@@ -53,7 +53,6 @@
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},
-    namespace_packages = ['z3c'],
     install_requires = [
         'ZODB3',
         'zope.interface'],



More information about the Checkins mailing list