]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Extend tests: add newer files that aren't deleted
[ppu.git] / setup.py
index a3050ec2e3a1aa59d7307b6ae27e2b5bcad109e7..b642a60f4544d1da11ef5c9fda65377f170a74b2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(name='remove-old-files',
       platforms=['any'],
       keywords=[''],
       classifiers=[
-          'Development Status :: 1 - Planning',
+          'Development Status :: 2 - Pre-Alpha',
           'Environment :: Console',
           'Environment :: Web Environment',
           'Intended Audience :: End Users/Desktop',
@@ -27,8 +27,12 @@ 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=[],
+      scripts=['remove-old-files.py'],
       requires=[],
       )