[Checkins] SVN: z3c.blobfile/trunk/setup.py I think we can call it "beta" now. Also, fix the typo.

Dan Korostelev nadako at gmail.com
Mon Sep 8 07:51:58 EDT 2008


Log message for revision 90945:
  I think we can call it "beta" now. Also, fix the typo.

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

-=-
Modified: z3c.blobfile/trunk/setup.py
===================================================================
--- z3c.blobfile/trunk/setup.py	2008-09-08 11:40:09 UTC (rev 90944)
+++ z3c.blobfile/trunk/setup.py	2008-09-08 11:51:57 UTC (rev 90945)
@@ -32,7 +32,7 @@
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Dcoumentation\n' +
+          'Detailed Documentation\n' +
           '----------------------\n'
           + '\n\n' +
           read('src', 'z3c', 'blobfile', 'blobfile.txt')
@@ -40,7 +40,7 @@
           read('CHANGES.txt')
           ),
       classifiers = [
-          'Development Status :: 2 - Pre-Alpha',
+          'Development Status :: 4 - Beta',
           'Environment :: Web Environment',
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',



More information about the Checkins mailing list