]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Add remove-old-files.py - the main script in the package
[ppu.git] / setup.py
index a3050ec2e3a1aa59d7307b6ae27e2b5bcad109e7..20ab4a3cb10580fe8109e7badee99d649015f763 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -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=[],
       )