]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Add cmp.py
[ppu.git] / setup.py
index 22a230d3ee4104eefd72003db43743f884476c3d..88b510d56693574cd9bc5f991fc9fab168798628 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -31,5 +31,5 @@ setup(name='ppu',
           'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: 3.6',
       ],
-      scripts=['remove-old-files.py'],
+      scripts=['cmp.py', 'remove-old-files.py'],
       )