pkg: drop py2 compat advertising, prepare 1.21
2 files changed, 1 insertions(+), 5 deletions(-)

M pml.py
M setup.py
M pml.py +0 -1
@@ 1,4 1,3 @@ 
-# -*- encoding: utf-8 -*-
 '''Simple, elegant HTML, XHTML and XML generation.
 
 Constructing your HTML

          
M setup.py +1 -4
@@ 7,7 7,7 @@ from pml import __doc__
 # perform the setup action
 setup(
     name='pml',
-    version='1.20',
+    version='1.21',
     description='simple, elegant HTML, XHTML and XML generation',
     long_description=__doc__,
     author='Richard Jones',

          
@@ 17,9 17,6 @@ setup(
     classifiers=[
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
-        'Programming Language :: Python :: 2.5',
-        'Programming Language :: Python :: 2.6',
-        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Topic :: Software Development :: Code Generators',
         'Topic :: Software Development :: Libraries :: Python Modules',