[Checkins] SVN: appendonly/tags/0.10/setup.py Note Python 2.7	compatibility.
    Tres Seaver 
    tseaver at palladion.com
       
    Tue Feb 21 21:57:02 UTC 2012
    
    
  
Log message for revision 124451:
  Note Python 2.7 compatibility.
Changed:
  U   appendonly/tags/0.10/setup.py
-=-
Modified: appendonly/tags/0.10/setup.py
===================================================================
--- appendonly/tags/0.10/setup.py	2012-02-21 21:55:22 UTC (rev 124450)
+++ appendonly/tags/0.10/setup.py	2012-02-21 21:57:02 UTC (rev 124451)
@@ -31,6 +31,7 @@
         "Programming Language :: Python :: 2.4",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
       ],
       author='Tres Seaver, Agendaless Consulting, Inc.',
       author_email='tseaver at agendaless.com',
    
    
More information about the checkins
mailing list