[Checkins] SVN: z3c.filetype/trunk/setup.py added missing function to setup.py

Juergen Kartnaller juergen at kartnaller.at
Fri Dec 21 05:01:43 EST 2007


Log message for revision 82380:
  added missing function to setup.py

Changed:
  U   z3c.filetype/trunk/setup.py

-=-
Modified: z3c.filetype/trunk/setup.py
===================================================================
--- z3c.filetype/trunk/setup.py	2007-12-21 06:12:55 UTC (rev 82379)
+++ z3c.filetype/trunk/setup.py	2007-12-21 10:01:43 UTC (rev 82380)
@@ -20,6 +20,9 @@
 
 version = '1.2.0'
 
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
 setup(
     name='z3c.filetype',
     version=version,



More information about the Checkins mailing list