]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Python: 2.6, 2.7 and 3.3+
[ppu.git] / setup.py
index a3050ec2e3a1aa59d7307b6ae27e2b5bcad109e7..c789abeee184c7cca45cac5d353e5f618c543eea 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,11 @@ setup(name='remove-old-files',
           'Programming Language :: Python :: 2',
           'Programming Language :: Python :: 2.6',
           'Programming Language :: Python :: 2.7',
-          'Programming Language :: Python :: 2 :: Only',
+          'Programming Language :: Python :: 3',
+          'Programming Language :: Python :: 3.3',
+          'Programming Language :: Python :: 3.4',
+          'Programming Language :: Python :: 3.5',
+          'Programming Language :: Python :: 3.6',
       ],
       scripts=[],
       requires=[],