]> 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 c789abeee184c7cca45cac5d353e5f618c543eea..20ab4a3cb10580fe8109e7badee99d649015f763 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,6 @@ setup(name='remove-old-files',
           'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: 3.6',
       ],
-      scripts=[],
+      scripts=['remove-old-files.py'],
       requires=[],
       )